From a1a9aaf9c6ef7fbfa6165e65633427aa5dadf39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:16:06 +0000 Subject: [PATCH] Bump botocore from 1.29.76 to 1.32.2 Bumps [botocore](https://github.com/boto/botocore) from 1.29.76 to 1.32.2. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.29.76...1.32.2) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4d5da63f..ddb2bf01 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ def readme(): "aiomysql==0.1.1" ], "boto3": [ - "botocore==1.29.76", + "botocore==1.32.2", "aiobotocore==2.5.0", "aioboto3==11.2.0" ], @@ -267,7 +267,7 @@ def readme(): "hazelcast-python-client==5.3.0", "duckdb==0.8.1", "deltalake==0.12.0", - "botocore==1.29.76", + "botocore==1.32.2", "aiobotocore==2.5.0", "aioboto3==11.2.0", "acsylla==0.1.8b0",