diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index a78fb30019b53..530e095895b77 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -31,6 +31,7 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.2 + - aiobotocore<=1.3.3 - scipy - sqlalchemy - xlrd diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index c56496bce7d6c..92ff3ef7675e5 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -30,6 +30,7 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.0 + - aiobotocore<=1.3.3 - scipy - xlrd - xlsxwriter diff --git a/ci/deps/azure-windows-39.yaml b/ci/deps/azure-windows-39.yaml index c4d376fd2a909..1e0f62e99f0c8 100644 --- a/ci/deps/azure-windows-39.yaml +++ b/ci/deps/azure-windows-39.yaml @@ -32,6 +32,7 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.2 + - aiobotocore<=1.3.3 - scipy - sqlalchemy - xlrd diff --git a/environment.yml b/environment.yml index ff833be999fcb..004580435655f 100644 --- a/environment.yml +++ b/environment.yml @@ -105,6 +105,7 @@ dependencies: - pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf - s3fs>=0.4.0 # file IO when using 's3://...' path + - aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0 - fsspec>=0.7.4, <2021.6.0 # for generic remote file operations - gcsfs>=0.6.0 # file IO when using 'gcs://...' path - sqlalchemy # pandas.read_sql, DataFrame.to_sql diff --git a/requirements-dev.txt b/requirements-dev.txt index 86f04ed77c985..afeb9eed6c02b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -69,6 +69,7 @@ pyarrow>=0.17.0 python-snappy tables>=3.6.1 s3fs>=0.4.0 +aiobotocore<=1.3.3 fsspec>=0.7.4, <2021.6.0 gcsfs>=0.6.0 sqlalchemy