From c421b252ec74fed4453f5d800e6b09f2d7f1d238 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 9 Dec 2022 17:26:54 +0100 Subject: [PATCH 1/2] CI: remove aiobotocore pin --- ci/deps/actions-38-downstream_compat.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index 15ce02204ee99..3673f27d60229 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -57,7 +57,6 @@ dependencies: - zstandard # downstream packages - - aiobotocore - botocore - cftime - dask From 53bfd2721f68b3095524665d3fe0ba81441533f9 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 11 Dec 2022 15:52:40 +0100 Subject: [PATCH 2/2] actually remove pin --- environment.yml | 1 - requirements-dev.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/environment.yml b/environment.yml index 70884f4ca98a3..4af251a280d5c 100644 --- a/environment.yml +++ b/environment.yml @@ -59,7 +59,6 @@ dependencies: - zstandard # downstream packages - - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild - botocore - cftime - dask diff --git a/requirements-dev.txt b/requirements-dev.txt index caa3dd49add3b..8a892e7fc8c2e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,7 +46,6 @@ xarray xlrd xlsxwriter zstandard -aiobotocore<2.0.0 botocore cftime dask