Skip to content

Commit

Permalink
bump aiobotocore to 2.4.0 (#643) (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoa committed Aug 30, 2022
1 parent 32697ba commit 2195922
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge pip botocore aiobotocore==2.3.4 "aiohttp" "werkzeug<2.2.0" "moto>=2.0,<3" pytest flake8 black -y
conda install -c conda-forge pip botocore aiobotocore==2.4.0 "aiohttp" "werkzeug<2.2.0" "moto>=2.0,<3" pytest flake8 black -y
pip install git+https://github.com/fsspec/filesystem_spec --no-deps
conda list
conda --version
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2022.8.1
--------

- aiobotocore 2.4.0 (#643)


2022.7.1
--------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore~=2.3.4
aiobotocore~=2.4.0
fsspec==2022.7.1
aiohttp!=4.0.0a0, !=4.0.0a1

0 comments on commit 2195922

Please sign in to comment.