From f9d584d35a5a771b7657a7cb54bbcbb1f30414df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:06:32 +0000 Subject: [PATCH] build(deps-dev): bump s3fs from 2025.9.0 to 2025.10.0 Bumps [s3fs](https://github.com/fsspec/s3fs) from 2025.9.0 to 2025.10.0. - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2025.9.0...2025.10.0) --- updated-dependencies: - dependency-name: s3fs dependency-version: 2025.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index b60acc29..2650fb4e 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -5,7 +5,7 @@ adlfs==2025.8.0 boxfs==0.3.0 dropboxdrivefs==1.4.1 gcsfs==2025.9.0 -s3fs==2025.9.0 +s3fs==2025.10.0 ocifs==1.3.2 webdav4[fsspec]==0.10.0 # gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...