From 88421299e0f73ed60a1fe0d22ca3a242eb5adc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:22:12 +0000 Subject: [PATCH] Bump botocore from 1.31.64 to 1.35.36 Bumps [botocore](https://github.com/boto/botocore) from 1.31.64 to 1.35.36. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.64...1.35.36) --- 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 a9b768cd..85be9c0a 100644 --- a/setup.py +++ b/setup.py @@ -191,7 +191,7 @@ def readme(): "aiomysql==0.2.0" ], "boto3": [ - "botocore==1.31.64", + "botocore==1.35.36", "aiobotocore==2.7.0", "aioboto3==12.0.0" ], @@ -292,7 +292,7 @@ def readme(): "hazelcast-python-client==5.4.0", "deltalake==0.19.2", "duckdb==1.1.0", - "botocore==1.31.64", + "botocore==1.35.36", "aiobotocore==2.7.0", "aioboto3==12.0.0", "google-cloud-bigquery==3.25.0",