From 21853972a3aa41c2745161a5f23f0b607dac1e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:49:49 +0000 Subject: [PATCH] Bump boto3 from 1.34.17 to 1.34.40 Bumps [boto3](https://github.com/boto/boto3) from 1.34.17 to 1.34.40. - [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.34.17...1.34.40) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a5d1ddb..811c6107 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ ], install_requires=["flask==3.0.0"], extras_require={ - "aws": ["boto3==1.34.17"], + "aws": ["boto3==1.34.40"], "docker": ["gunicorn==21.2.0"], "gcp": ["google-cloud-storage==2.14.0"], },