diff --git a/setup.py b/setup.py index 62b27bfe..57317323 100644 --- a/setup.py +++ b/setup.py @@ -183,7 +183,7 @@ def readme(): "boto3": [ "botocore==1.31.64", "aiobotocore==2.7.0", - "aioboto3==12.0.0" + "aioboto3==13.1.1" ], "bigquery": [ "google-cloud-bigquery==3.25.0", @@ -274,7 +274,7 @@ def readme(): "duckdb==0.10.2", "botocore==1.31.64", "aiobotocore==2.7.0", - "aioboto3==12.0.0", + "aioboto3==13.1.1", "google-cloud-bigquery==3.25.0", "google-cloud-storage==2.17.0", "pandas-gbq==0.23.1",