From fbc4ba120d2fe1ba183ef5f32110f69cfbb93619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:11:19 +0000 Subject: [PATCH] chore(deps-dev): update s3fs requirement from ~=2025.9.0 to ~=2025.12.0 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/2025.9.0...2025.12.0) --- updated-dependencies: - dependency-name: s3fs dependency-version: 2025.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffc0913..0639797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] s3 = [ - "s3fs~=2025.9.0", + "s3fs~=2025.12.0", ] [project.scripts]