From 41c63f5c0ba22a2caa178e3755dcc2523ab73ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 23:32:39 +0100 Subject: [PATCH] Bump boto3 from 1.20.11 to 1.20.12 (#79) Bumps [boto3](https://github.com/boto/boto3) from 1.20.11 to 1.20.12. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.20.11...1.20.12) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5683ecd..b4283d3 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ ], install_requires=["flask==2.0.2"], extras_require={ - "aws": ["boto3==1.20.11"], + "aws": ["boto3==1.20.12"], "docker": ["gunicorn==20.1.0"], "gcp": ["google-cloud-storage==1.43.0"], },