From 99282e56781521d67dc30f883ba6483a675c7c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:39:05 +0000 Subject: [PATCH] build(deps): bump xarray from 2025.7.1 to 2026.4.0 Bumps [xarray](https://github.com/pydata/xarray) from 2025.7.1 to 2026.4.0. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](https://github.com/pydata/xarray/compare/v2025.07.1...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21c6f165..2c81e8f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pint", "tqdm", "numpy>=2.0,<3", - "xarray==2025.7.1" + "xarray==2026.4.0" ] description = "gdsfactory plugins" keywords = ["python"]