From 1340fa94d7a59cb1d995ff194f15fc3237073e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:17:07 +0000 Subject: [PATCH] Bump botocore from 1.29.76 to 1.31.78 Bumps [botocore](https://github.com/boto/botocore) from 1.29.76 to 1.31.78. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.29.76...1.31.78) --- 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..ecbda9a4 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ def readme(): "aiomysql==0.1.1" ], "boto3": [ - "botocore==1.29.76", + "botocore==1.31.78", "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.31.78", "aiobotocore==2.5.0", "aioboto3==11.2.0", "acsylla==0.1.8b0",