Skip to content

Commit

Permalink
Update dependency boto3 to >=1.35.45
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-5034428[bot] committed Oct 21, 2024
1 parent d00dd26 commit 306cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include_package_data=True,
zip_safe=True,
python_requires=">=3.6",
install_requires=["boto3>=1.10.20", 'dataclasses;python_version<"3.7"'],
install_requires=["boto3>=1.35.45", 'dataclasses;python_version<"3.7"'],
license="Apache License 2.0",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 306cc71

Please sign in to comment.