From ed5146df862053dd9aeb02ff1d07d212ce19d90d Mon Sep 17 00:00:00 2001 From: Ignacio Paricio <54770971+ignacioparicio@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:31:11 +0200 Subject: [PATCH] [KED-2706] Upgrade fsspec (#1195) --- RELEASE.md | 1 + requirements.txt | 2 +- test_requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7ee86420db..526bda6fbf 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,7 @@ * Removed `.ipython/profile_default/startup/` from the Kedro project template in favour of `.ipython/profile_default/ipython_config.py` and the `kedro.extras.extensions.ipython`. ## Bug fixes and other changes +* Bumped minimum required `fsspec` version to 2021.04. ## Minor breaking changes to the API diff --git a/requirements.txt b/requirements.txt index f22bbd262d..17b1457c67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cachetools~=4.1 click<8.0 cookiecutter~=1.7.0 dynaconf~=3.1.2 -fsspec>=0.5.1, <0.9 +fsspec>=2021.04, <2022.01 # Upper bound set arbitrarily, to be reassessed in early 2022 gitpython~=3.0 jmespath>=0.9.5, <1.0 jupyter_client>=5.1, <7.0 diff --git a/test_requirements.txt b/test_requirements.txt index 820c510dac..015d684fd7 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ -r requirements.txt -adlfs>=0.2.4, <0.6 +adlfs~=0.7 bandit>=1.6.2, <2.0 behave==1.2.6 biopython~=1.73 @@ -8,7 +8,7 @@ blacken-docs==1.9.2 compress-pickle[lz4]~=1.2.0 dask[complete]~=2.6 flake8~=3.5 -gcsfs>=0.3.0, <0.8.0 +gcsfs>=2021.04, <2022.01 # Upper bound set arbitrarily, to be reassessed in early 2022 geopandas>=0.6.0, <1.0 hdfs>=2.5.8, <3.0 holoviews~=1.13.0