Skip to content

Commit

Permalink
update aiobotocore, one of the depencensies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogo Hayashi committed Dec 16, 2021
1 parent a6630f1 commit 7fc91e4
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.0.1 "aiohttp<=4" "moto>=2.0" pytest flake8 black -y
conda install -c conda-forge pip botocore aiobotocore==2.1.0 "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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore~=2.0.1
aiobotocore~=2.1.0
fsspec==2021.11.1
aiohttp<=4

0 comments on commit 7fc91e4

Please sign in to comment.