diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index e12be72494cc4..d986a289ad75a 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck @@ -43,7 +44,7 @@ dependencies: - pyreadstat - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index 9c38f81de3f96..7ebf247ef1bbf 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -44,7 +44,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 5b55bf7454030..81c1492964b48 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck @@ -43,7 +44,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 10e1d8117df87..bee89a1e91547 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck @@ -43,7 +44,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 1c614729331e2..86db3b4002813 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck @@ -44,7 +45,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/environment.yml b/environment.yml index cd5a5d82facef..d9a7dbe880728 100644 --- a/environment.yml +++ b/environment.yml @@ -45,7 +45,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/requirements-dev.txt b/requirements-dev.txt index 2778d75af95c6..70455a196d4d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ pyreadstat tables python-snappy pyxlsb -s3fs +s3fs>=2021.05.0 scipy sqlalchemy tabulate