Skip to content

Commit

Permalink
aiobotocore to 2.3.0 (#622)
Browse files Browse the repository at this point in the history
* aiobotocore to 2.3.0

closes #558

* use conda-forge's aiobotocore 2.3 for CI pipeline
  • Loading branch information
achimgaedke authored May 6, 2022
1 parent 2a53f0f commit 8abb586
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0 "aiohttp<=4" "moto>=2.0,<3" pytest flake8 black -y
conda install -c conda-forge pip botocore aiobotocore==2.3.0 "aiohttp<=4" "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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore~=2.2.0
aiobotocore~=2.3.0
fsspec==2022.3.0
aiohttp<=4

0 comments on commit 8abb586

Please sign in to comment.