diff --git a/requirements.txt b/requirements.txt index fd12816..13d01f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ dnspython==2.1.0 mongoengine==0.27.0 pymongo==3.13.0 pymongocrypt==1.9.2 -boto3==1.34.130 +boto3==1.34.106 diff --git a/setup.py b/setup.py index a4c95d4..f68589c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'dnspython>=2.0.0,<2.2.0', 'pymongo>=3.11.0,<4.0.0', 'pymongocrypt>=1.9.2,<2.0.0', - 'boto3>=1.34.130', + 'boto3>=1.34.106', ], classifiers=[ 'Programming Language :: Python :: 3.8',