From 9526c6c9e75306cc98d9a478592ef4257c23dbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:12:03 +0000 Subject: [PATCH] Bump botocore from 1.31.64 to 1.35.29 Bumps [botocore](https://github.com/boto/botocore) from 1.31.64 to 1.35.29. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.64...1.35.29) --- 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..774f9615 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.29", "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.29", "aiobotocore==2.7.0", "aioboto3==12.0.0", "google-cloud-bigquery==3.25.0",