diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4e41132..fb4f4726 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==2.1.0 "aiohttp<=4" "moto>=2.0,<3" pytest flake8 black -y + conda install -c conda-forge pip botocore aiobotocore==2.2.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 diff --git a/requirements.txt b/requirements.txt index 8ac2d6a0..c7c31015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiobotocore~=2.1.0 +aiobotocore~=2.2.0 fsspec==2022.2.0 aiohttp<=4