Skip to content

Commit

Permalink
update boto3 requirements (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Nov 22, 2023
1 parent 6bc3896 commit 1b817a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3>=1.26
boto3>=1.29.5
Click>=8.0
PyYAML
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include_package_data = True
packages = find_namespace:
install_requires =
setuptools
boto3>=1.26
boto3>=1.29.5
Click>=8.0
PyYAML
requests
Expand Down

0 comments on commit 1b817a9

Please sign in to comment.