From 119d640be25f27c999c652f6b0f7577136c685cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:08:18 +0000 Subject: [PATCH] Bump boto3 from 1.34.91 to 1.34.95 Bumps [boto3](https://github.com/boto/boto3) from 1.34.91 to 1.34.95. - [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.91...1.34.95) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production 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 7bb5040f..ac3592d8 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def get_version(): packages=find_namespace_packages(exclude=["contrib", "docs", "tests"]), include_package_data=True, install_requires=[ - "boto3==1.34.91", + "boto3==1.34.95", "click==8.1.7", "coloredlogs==15.0.1", "cronex==0.1.3.1",