Skip to content

Commit

Permalink
Update dependency boto3 to >=1.35.49
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-5034428[bot] committed Oct 25, 2024
1 parent d00dd26 commit 93e9f64
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.49", 'dataclasses;python_version<"3.7"'],
license="Apache License 2.0",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 93e9f64

Please sign in to comment.