From 53a65451ccde2cc8a6d85a3e9f9117f74430d685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:14:41 +0000 Subject: [PATCH] Bump botocore from 1.34.80 to 1.34.157 Bumps [botocore](https://github.com/boto/botocore) from 1.34.80 to 1.34.157. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.80...1.34.157) --- updated-dependencies: - dependency-name: botocore 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 f962913..7bb3bdb 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'tqdm==4.66.4', 'colorama==0.4.6', 'boto3==1.34.80', - 'botocore==1.34.80', + 'botocore==1.34.157', 'python-dotenv==1.0.1' ], include_package_data=True,