-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
2,583 additions
and
3,409 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
Oops, something went wrong.