From 822a8e23f8aac595d05a2fb9be76276e031d1ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:56:49 +0000 Subject: [PATCH] Update s3fs requirement from <2026,>=2024.6.1 to >=2024.6.1,<2027 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/2024.6.1...2026.1.0) --- updated-dependencies: - dependency-name: s3fs dependency-version: 2026.1.0 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 61ba4889..7b659614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11, <3.12" dependencies = [ "boto3 >=1.35.36, <2", - "s3fs >=2024.6.1, <2026", + "s3fs >=2024.6.1, <2027", "fsspec >=2024.6.1, <2026", "wget >=3.2, <4", "treelib >=1.6.4, <2",