From 68ead952a333c642e53a3f8868109de28ef31070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:18:47 +0000 Subject: [PATCH] Bump botocore from 1.31.64 to 1.35.34 Bumps [botocore](https://github.com/boto/botocore) from 1.31.64 to 1.35.34. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.64...1.35.34) --- 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..19a14156 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.34", "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.34", "aiobotocore==2.7.0", "aioboto3==12.0.0", "google-cloud-bigquery==3.25.0",