diff --git a/setup.py b/setup.py index 998832c9..442f7d3c 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.33.5", + "boto3==1.34.11", "click==8.1.7", "coloredlogs==15.0.1", "cronex==0.1.3.1",