From d4ccd6030dd9766f7f55e5eb9291712d1943a607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:20:32 +0000 Subject: [PATCH] Bump botocore from 1.29.76 to 1.31.65 Bumps [botocore](https://github.com/boto/botocore) from 1.29.76 to 1.31.65. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.29.76...1.31.65) --- 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 e2c3697f..7452add5 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.65", "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.8.1", - "botocore==1.29.76", + "botocore==1.31.65", "aiobotocore==2.5.0", "aioboto3==11.2.0" ]