From 8f1ce2dfd39bbbb8b6d6cf14b2e20dc5d5960edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:20:30 +0000 Subject: [PATCH] Update s3fs requirement from <2025.3,>=2023.5.0 to >=2023.5.0,<2025.4 Updates the requirements on [s3fs](https://github.com/fsspec/s3fs) to permit the latest version. - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2023.5.0...2025.3.0) --- updated-dependencies: - dependency-name: s3fs 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..2bbb25ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "pyarrow >=19.0.0,<20", "pyyaml >=5.4,<7", "ray[default] >=2.6.3,<3", - "s3fs >=2023.5.0,<2025.3", + "s3fs >=2023.5.0,<2025.4", "tqdm >=4.64.0,<=5", "typer >=0.9.0,<1.0.0", "wheel >0.38.0,<0.46",