Skip to content

Commit

Permalink
Merge pull request #559 from martindurant/for_release
Browse files Browse the repository at this point in the history
update deps and changelog
  • Loading branch information
martindurant committed Nov 26, 2021
2 parents d17605c + 6bbc554 commit a5991c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions 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
---------

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,3 +1,3 @@
aiobotocore==1.4.2
fsspec==2021.11.0
aiohttp>=3.7.1
aiobotocore~=2.0.1
fsspec==2021.11.1
aiohttp<=4

0 comments on commit a5991c6

Please sign in to comment.