From b73b6a62fa819ce764b3328cf39c82b346033994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:35:26 +0000 Subject: [PATCH] Update gcsfs requirement from <=2026.3.0 to <=2026.4.0 Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs) to permit the latest version. - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](https://github.com/fsspec/gcsfs/compare/0.0.1...2026.4.0) --- updated-dependencies: - dependency-name: gcsfs dependency-version: 2026.4.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 70403d0..fe086e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ dataflow = [ "absl-py", "apache-beam[gcp]", - "gcsfs<=2026.3.0", + "gcsfs<=2026.4.0", "xarray-beam", ] examples = [