Skip to content

Commit 1b817a9

Browse files
authored
update boto3 requirements (#698)
1 parent 6bc3896 commit 1b817a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3>=1.26
1+
boto3>=1.29.5
22
Click>=8.0
33
PyYAML
44
requests

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include_package_data = True
2525
packages = find_namespace:
2626
install_requires =
2727
setuptools
28-
boto3>=1.26
28+
boto3>=1.29.5
2929
Click>=8.0
3030
PyYAML
3131
requests

0 commit comments

Comments
 (0)