Skip to content

Commit a79dc7b

Browse files
committed
fix: resolving version conflicts between boto3 (1.20.32) and urllib3 (^2.5.0) that fail the github workflow checks
1 parent dd82c23 commit a79dc7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ license = "MIT-0 License"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
boto3 = "1.20.32"
10+
boto3 = "^1.35.0"
1111
crhelper = "^2.0.11"
12-
urllib3 = "^2.5.0"
1312

1413
[tool.poetry.group.dev.dependencies]
1514
boto3-stubs = { extras = ["all"], version = "^1.28.0" }

0 commit comments

Comments
 (0)