From 98ff3006c34702b7cbd4fa5980aaf44ab4e8e5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:06:43 +0000 Subject: [PATCH] Bump aioboto3 from 12.0.0 to 13.2.0 Bumps [aioboto3](https://github.com/terrycain/aioboto3) from 12.0.0 to 13.2.0. - [Changelog](https://github.com/terricain/aioboto3/blob/main/CHANGELOG.rst) - [Commits](https://github.com/terrycain/aioboto3/compare/v12.0.0...v13.2.0) --- updated-dependencies: - dependency-name: aioboto3 dependency-type: direct:development update-type: version-update:semver-major ... 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..e99e7232 100644 --- a/setup.py +++ b/setup.py @@ -193,7 +193,7 @@ def readme(): "boto3": [ "botocore==1.31.64", "aiobotocore==2.7.0", - "aioboto3==12.0.0" + "aioboto3==13.2.0" ], "bigquery": [ "google-cloud-bigquery==3.25.0", @@ -294,7 +294,7 @@ def readme(): "duckdb==1.1.0", "botocore==1.31.64", "aiobotocore==2.7.0", - "aioboto3==12.0.0", + "aioboto3==13.2.0", "google-cloud-bigquery==3.25.0", "google-cloud-storage==2.17.0", "pandas-gbq==0.23.1",