From dc155b793758c5b1da009c7c4849f5221dcb831b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:33:00 +0000 Subject: [PATCH] Update gcsfs requirement from <=2026.5.0 to <=2026.6.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.6.0) --- updated-dependencies: - dependency-name: gcsfs dependency-version: 2026.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf805c8..8c20355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ dataflow = [ "absl-py", "apache-beam[gcp]", - "gcsfs<=2026.5.0", + "gcsfs<=2026.6.0", "xarray-beam", ] # Keep examples equivalent to dataflow, but avoid self-referential extras @@ -53,7 +53,7 @@ dataflow = [ examples = [ "absl-py", "apache-beam[gcp]", - "gcsfs<=2026.5.0", + "gcsfs<=2026.6.0", "matplotlib", "xarray-beam", ]