From 0439fa7d123c61dce6ead6feebabed7adcd42246 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:28:20 -0700 Subject: [PATCH] CI: Check enforcing min botocore due to PY310 six ImportWarning --- ci/deps/actions-310.yaml | 2 +- ci/deps/actions-38.yaml | 2 +- ci/deps/actions-39.yaml | 2 +- ci/deps/circle-38-arm64.yaml | 2 +- environment.yml | 4 ++-- requirements-dev.txt | 3 +-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index d986a289ad75a..50941ee249715 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -19,7 +19,7 @@ dependencies: - pytz # optional dependencies - - aiobotocore<2.0.0 + - botocore>=1.23.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 81c1492964b48..7690d468133c7 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -19,7 +19,7 @@ dependencies: - pytz # optional dependencies - - aiobotocore<2.0.0 + - botocore>=1.23.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index bee89a1e91547..66c7416ff01b6 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -19,7 +19,7 @@ dependencies: - pytz # optional dependencies - - aiobotocore<2.0.0 + - botocore>=1.23.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 86db3b4002813..0be64fa728aa2 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -19,7 +19,7 @@ dependencies: - pytz # optional dependencies - - aiobotocore<2.0.0 + - botocore>=1.23.0 - beautifulsoup4 - blosc - bottleneck diff --git a/environment.yml b/environment.yml index d9a7dbe880728..ffca906cda5a6 100644 --- a/environment.yml +++ b/environment.yml @@ -57,8 +57,8 @@ dependencies: - zstandard # downstream packages - - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild - - botocore + # - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild + - botocore>=1.23.0 - cftime - dask - ipython diff --git a/requirements-dev.txt b/requirements-dev.txt index 70455a196d4d7..67f8672250dd1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,8 +46,7 @@ xlrd xlsxwriter xlwt zstandard -aiobotocore<2.0.0 -botocore +botocore>=1.23.0 cftime dask ipython