From 29b813a08243eba493b7eb19babfe2dea2f77f26 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Fri, 26 Nov 2021 16:39:34 -0500 Subject: [PATCH 1/2] update deps and changelog --- docs/source/changelog.rst | 7 +++++++ requirements.txt | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b16b2160..f3c8e17d 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +2021.11.1 +--------- + +- deal with missing ETag (#557) +- ClientPayloadError to retryable (#556) +- pin aiobotocore (#555) + 2021.11.0 --------- diff --git a/requirements.txt b/requirements.txt index f20a8479..c932f0be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiobotocore~=1.4.1 -fsspec==2021.11.0 -aiohttp>=3.7.1 +aiobotocore~=2.0.1 +fsspec==2021.11.1 +aiohttp<=4 From 6bbc55414c7f8fd646a02b5d9639b8d6db220ea5 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Fri, 26 Nov 2021 16:51:03 -0500 Subject: [PATCH 2/2] didn't update CI deps --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 792d0a76..38e327d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - conda install -c conda-forge pip botocore aiobotocore==1.4.2 "moto>=2.0" pytest flake8 black -y + conda install -c conda-forge pip botocore aiobotocore==2.0.1 "aiohttp<=4" "moto>=2.0" pytest flake8 black -y pip install git+https://github.com/fsspec/filesystem_spec --no-deps conda list conda --version