diff --git a/ci/deps/actions-37-db.yaml b/ci/deps/actions-37-db.yaml index 73d3bf2dcc70a..ed6086832cf71 100644 --- a/ci/deps/actions-37-db.yaml +++ b/ci/deps/actions-37-db.yaml @@ -12,6 +12,7 @@ dependencies: - pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737 # pandas dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - botocore>=1.11 - dask diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 5ca449d537df3..c9249b272829f 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -12,6 +12,7 @@ dependencies: - hypothesis>=3.58.0 # pandas dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - bottleneck - fsspec>=0.8.0, <2021.6.0 diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index 52a5de70f85dc..e455563ef9e9c 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -13,6 +13,7 @@ dependencies: - pytest-azurepipelines # pandas dependencies + - aiobotocore<2.0.0 - blosc - bottleneck - fastparquet>=0.4.0 diff --git a/environment.yml b/environment.yml index 13d022c3f0e72..2843d5302b404 100644 --- a/environment.yml +++ b/environment.yml @@ -106,7 +106,7 @@ dependencies: - pyqt>=5.9.2 # pandas.read_clipboard - pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf - s3fs>=0.4.0 # file IO when using 's3://...' path - - aiobotocore + - aiobotocore<2.0.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 0341f645e595b..c801aba57b201 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -70,7 +70,7 @@ python-snappy pyqt5>=5.9.2 tables>=3.5.1 s3fs>=0.4.0 -aiobotocore +aiobotocore<2.0.0 fsspec>=0.7.4, <2021.6.0 gcsfs>=0.6.0 sqlalchemy