Skip to content

Commit

Permalink
Inline dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Oct 10, 2023
1 parent ecac762 commit 9ac0854
Show file tree
Hide file tree
Showing 16 changed files with 2,583 additions and 3,409 deletions.
889 changes: 385 additions & 504 deletions packages/assistant/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/assistant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-assistant"
version = "3.0.0"
version = "3.0.1"
description = "Interactive UI library for RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ pylint = "^2.4.4, <2.13"
pytest = "^7.2.0"
mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
invoke = "^2.2.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
toml = "^0.10.2"
Expand All @@ -58,7 +58,7 @@ robotframework-tidy = "^3.3.3"
sphinx-issues = "^3.0.1"
docutils = "0.16"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
PyYAML = ">=5.4.1,<7.0.0"
importlib-metadata = "^4.13.0"
flake8-docstrings = "^1.6.0"
Expand Down
651 changes: 267 additions & 384 deletions packages/aws/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-aws"
version = "5.3.0"
version = "5.3.1"
description = "AWS library for RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ pylint = "^2.4.4, <2.13"
pytest = "^7.2.0"
mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
invoke = "^2.2.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
toml = "^0.10.2"
Expand All @@ -55,7 +55,7 @@ sphinx-issues = "^3.0.1"
docutils = "0.16"
moto = "^4.2.4"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
PyYAML = ">=5.4.1,<7.0.0"
importlib-metadata = "^4.13.0"
flake8-docstrings = "^1.6.0"
Expand Down
910 changes: 396 additions & 514 deletions packages/dialogs/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/dialogs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-dialogs"
version = "4.0.4"
version = "4.0.5"
description = "Dialogs library of RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -20,15 +20,15 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Framework :: Robot Framework :: Library",
"Framework :: Robot Framework",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

packages = [{ include = "RPA", from = "src" }]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
rpaframework-core = "^11.0.0"
robocorp-dialog = "^0.5.3"
robotframework = ">=4.0.0,!=4.0.1,<6.0.0"
Expand All @@ -44,7 +44,7 @@ pytest-cov = "^4.0.0"
pytest-freezegun = "^0.4.2"
toml = "^0.10.2"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.2.7"

Expand Down
1,125 changes: 495 additions & 630 deletions packages/google/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/google/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-google"
version = "8.1.0"
version = "8.1.1"
description = "Google library for RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -54,7 +54,7 @@ pylint = "^2.4.4, <2.13"
pytest = "^7.2.0"
mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
invoke = "^2.2.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
toml = "^0.10.2"
Expand All @@ -63,7 +63,7 @@ robotframework-docgen = "^0.16.0"
sphinx-issues = "^3.0.1"
docutils = "0.16"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
PyYAML = ">=5.4.1,<7.0.0"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.2.7"
Expand Down
829 changes: 373 additions & 456 deletions packages/openai/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-openai"
version = "1.3.0"
version = "1.3.1"
description = "OpenAI library for RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ pylint = "^2.4.4, <2.13"
pytest = "^7.2.0"
mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
invoke = "^2.2.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
toml = "^0.10.2"
Expand All @@ -49,7 +49,7 @@ robotframework-docgen = "^0.16.0"
sphinx-issues = "^3.0.1"
docutils = "0.16"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
PyYAML = ">=5.4.1,<7.0.0"
importlib-metadata = "^4.13.0"
flake8-docstrings = "^1.6.0"
Expand Down
553 changes: 240 additions & 313 deletions packages/pdf/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/pdf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-pdf"
version = "7.3.0"
version = "7.3.1"
description = "PDF library of RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ pylint = "^2.4.4, <2.13"
pytest = "^7.2.0"
mock = "^5.0.0"
pytest-cov = "^4.0.0"
invoke = "^1.6.0"
invoke = "^2.2.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
toml = "^0.10.2"
Expand All @@ -54,7 +54,7 @@ robotframework-docgen = "^0.16.0"
sphinx-issues = "^3.0.1"
docutils = "0.16"
colorama = "^0.4.5"
keyring = "^23.9.0"
keyring = "^24.2.0"
PyYAML = ">=5.4.1,<7.0.0"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.2.7"
Expand Down
Loading

0 comments on commit 9ac0854

Please sign in to comment.