From 9ab8d3be1cc8ed7660fbfd6f23026f5b0d4688c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:42:38 +0000 Subject: [PATCH] Update fsspec requirement from <2024.6,>=2023.5.0 to >=2023.5.0,<2024.11 Updates the requirements on [fsspec](https://github.com/fsspec/filesystem_spec) to permit the latest version. - [Commits](https://github.com/fsspec/filesystem_spec/compare/2023.5.0...2024.10.0) --- updated-dependencies: - dependency-name: fsspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3991e9f..b7dc871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "awscliv2 >=2.2,<2.4", "boto3 >=1.26.0,<2", "constructs >=10.0.0,<10.5", - "fsspec >=2023.5.0,<2024.6", + "fsspec >=2023.5.0,<2024.11", "matplotlib >=3.4,<3.10", "pandas >=2.0.0,<3", "pyyaml >=5.4,<7",