From 27bbb638b9f7a6c2e7937fdcf60f833b249c3132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 10:49:03 +0200 Subject: [PATCH] Bump s3fs from 0.5.1 to 2021.5.0 (#758) * Bump s3fs from 0.5.1 to 2021.5.0 Bumps [s3fs](https://github.com/dask/s3fs) from 0.5.1 to 2021.5.0. - [Release notes](https://github.com/dask/s3fs/releases) - [Changelog](https://github.com/dask/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/dask/s3fs/compare/0.5.1...2021.05.0) Signed-off-by: dependabot[bot] * Bump fsspec as well Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jmoore --- requirements_dev_optional.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1a6efc470f..1120904bee 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -16,6 +16,6 @@ flake8==3.9.2 pytest-cov==2.7.1 pytest-doctestplus==0.4.0 h5py==2.10.0 -s3fs==0.5.1; python_version > '3.6' -fsspec==0.8.4; python_version > '3.6' +s3fs==2021.5.0; python_version > '3.6' +fsspec==2021.5.0; python_version > '3.6' moto[server]>=1.3.14; python_version > '3.6'