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",