From 8505b2ea3c2bd2d8313b884cb45cae39410dd190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:19:21 +0000 Subject: [PATCH] Bump botocore from 1.34.80 to 1.34.143 Bumps [botocore](https://github.com/boto/botocore) from 1.34.80 to 1.34.143. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.80...1.34.143) --- 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..578cd5f 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.143', 'python-dotenv==1.0.1' ], include_package_data=True,