Skip to content

Commit 1ac5f1a

Browse files
committed
aws lock file
1 parent d65b981 commit 1ac5f1a

2 files changed

Lines changed: 798 additions & 768 deletions

File tree

packages/aws/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rpaframework-aws"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
description = "AWS library for RPA Framework"
55
authors = [{name = "RPA Framework", email = "rpafw@robocorp.com"}]
66
license = {text = "Apache-2.0"}
@@ -27,9 +27,9 @@ dependencies = [
2727
"rpaframework-core >=12.1.0",
2828
"robotframework >=4.0.0, !=4.0.1, !=6.1.0, <8.0.0",
2929
"robotframework-pythonlibcore >=4.2.0",
30-
"boto3 >=1.35.90",
30+
"boto3 >=1.41.2",
3131
"amazon-textract-response-parser >=0.1.33",
32-
"urllib3 >=1.25.4, <1.27",
32+
"urllib3 >=1.25.4, <=1.26.20",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)