From efdfebcd36790a44a5f9e708fbdfb417ae226de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:39:21 +0000 Subject: [PATCH] chore(deps-dev): update s3fs requirement Updates the requirements on [s3fs](https://github.com/fsspec/s3fs) to permit the latest version. Updates `s3fs` to 2025.10.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2025.5.0...2025.10.0) --- updated-dependencies: - dependency-name: s3fs dependency-version: 2025.10.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3be27b3..f0c52e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] s3 = [ - "s3fs~=2025.5.0", + "s3fs~=2025.10.0", ] [project.scripts]