From c1094ed73d0abd4ae6030ec0f830bf2f162f39b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:12:43 +0200 Subject: [PATCH] Bump boto3 from 1.34.144 to 1.34.145 (#989) Bumps [boto3](https://github.com/boto/boto3) from 1.34.144 to 1.34.145. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.144...1.34.145) --- 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 442c078e..4c925da1 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ ], install_requires=["flask==3.0.3"], extras_require={ - "aws": ["boto3==1.34.144"], + "aws": ["boto3==1.34.145"], "docker": ["gunicorn==22.0.0"], "gcp": ["google-cloud-storage==2.17.0"], },