diff --git a/setup.py b/setup.py index 0a3d7f0..0d9a7fc 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ ], install_requires=["flask==2.0.2"], extras_require={ - "aws": ["boto3==1.20.37"], + "aws": ["boto3==1.20.38"], "docker": ["gunicorn==20.1.0"], "gcp": ["google-cloud-storage==2.0.0"], },