Skip to content

Commit

Permalink
update boto3 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Nov 22, 2023
1 parent d31e988 commit 4c04688
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 4c04688

Please sign in to comment.