From 452abc0c8632664d0393bb56ff9ba507562fc4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:35:46 +0000 Subject: [PATCH] Bump boto3 from 1.21.21 to 1.21.22 (#209) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c450b22..09fd89b 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ ], install_requires=["flask==2.0.3"], extras_require={ - "aws": ["boto3==1.21.21"], + "aws": ["boto3==1.21.22"], "docker": ["gunicorn==20.1.0"], "gcp": ["google-cloud-storage==2.2.1"], },