From 7b5fd65cf4a7f626f7007049906e5f450567cde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:20:21 +0000 Subject: [PATCH] Update fsspec requirement from <2025.3,>=2023.5.0 to >=2023.5.0,<2025.4 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...2025.3.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 4aac1e56..5969b147 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,<2025.3", + "fsspec >=2023.5.0,<2025.4", "matplotlib >=3.4,<3.11", "pandas >=2.0.0,<3", "pyarrow >=19.0.0,<20",