From f4e1b3348286cbd6d064be7fa3ee9003b0588feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:06:55 +0000 Subject: [PATCH] Update fsspec requirement in /dependency Updates the requirements on [fsspec](https://github.com/fsspec/filesystem_spec) to permit the latest version. - [Release notes](https://github.com/fsspec/filesystem_spec/releases) - [Commits](https://github.com/fsspec/filesystem_spec/compare/2021.04.0...2022.11.0) --- updated-dependencies: - dependency-name: fsspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependency/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency/requirements.txt b/dependency/requirements.txt index 28daf33b3d..ebfdb099a0 100644 --- a/dependency/requirements.txt +++ b/dependency/requirements.txt @@ -4,7 +4,7 @@ cachetools~=4.1 click<9.0 cookiecutter>=2.1.1, <3.0 dynaconf>=3.1.2, <4.0 -fsspec>=2021.4, <2022.10.1 +fsspec>=2021.4, <2022.11.1 gitpython~=3.0 importlib-metadata>=3.6; python_version >= '3.8' importlib_metadata>=3.6, <5.0; python_version < '3.8' # The "selectable" entry points were introduced in `importlib_metadata` 3.6 and Python 3.10. Bandit on Python 3.7 relies on a library with `importlib_metadata` < 5.0