From 47506a475461d95c5d67755b69bedbaebeb77389 Mon Sep 17 00:00:00 2001 From: Jean-Marc Leoni Date: Wed, 23 Mar 2022 17:59:08 +0100 Subject: [PATCH] Bumping version of aiobotocore to 2.2.0 --- .github/workflows/ci.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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