Skip to content

Commit

Permalink
Fix stuck metapackage resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
osrjv committed Sep 28, 2023
1 parent ca31201 commit 1dbb2a8
Show file tree
Hide file tree
Showing 5 changed files with 5,549 additions and 39 deletions.
57 changes: 23 additions & 34 deletions packages/aws/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ robotframework = ">=4.0.0,!=4.0.1,!=6.1.0,<7.0.0"
robotframework-pythonlibcore = "^4.2.0"
boto3 = "^1.24.76"
amazon-textract-response-parser = "^0.1.33"
urllib3 = ">=1.25.4,<1.27"

[tool.poetry.group.dev.dependencies]
black = "^22.3.0"
Expand All @@ -46,7 +47,7 @@ mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
toml = "^0.10.2"
moto = "3.1.8"
moto = "^4.2.4"
colorama = "^0.4.5"
keyring = "^23.9.0"
PyYAML = ">=5.4.1,<7.0.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/main/src/RPA/MSGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class MSGraph:
The *MSGraph* library wraps the `O365 package`_, giving robots
the ability to access the Microsoft Graph API programmatically.
OAuth Configuration
-------------------
*OAuth Configuration*
Graph's API primarily authenticates via the OAuth 2.0 authorization code grant
flow or OpenID Connect. This library exposes the OAuth 2.0 flow for robots to
Expand All @@ -85,7 +84,6 @@ class MSGraph:
.. _register an app: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
.. _Microsoft Graph permissions reference: https://docs.microsoft.com/en-us/graph/permissions-reference
""" # noqa: E501

ROBOT_LIBRARY_SCOPE = "GLOBAL"
Expand Down
Loading

0 comments on commit 1dbb2a8

Please sign in to comment.