diff --git a/setup.py b/setup.py index cf2b7e2..56cc30f 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def get_version(): packages=find_namespace_packages(exclude=["contrib", "docs", "tests"]), include_package_data=True, install_requires=[ - "boto3==1.34.152", + "boto3==1.35.10", "click==8.1.7", "coloredlogs==15.0.1", "cronex==0.1.3.1",