From eea4f89d988c4e8cc037cc95f28e45b172fa73c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 07:17:15 +0000 Subject: [PATCH] build(deps): bump fsspec from 2025.2.0 to 2025.5.1 Bumps [fsspec](https://github.com/fsspec/filesystem_spec) from 2025.2.0 to 2025.5.1. - [Commits](https://github.com/fsspec/filesystem_spec/compare/2025.2.0...2025.5.1) --- updated-dependencies: - dependency-name: fsspec dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b323fd..eed3f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click==8.1.8 # via singer-sdk fs==2.4.16 # via singer-sdk -fsspec==2025.2.0 +fsspec==2025.5.1 # via singer-sdk idna==3.10 # via requests