From 479796d077df6eacf1380312dd7b8564b71069c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:03:35 +0000 Subject: [PATCH] build(deps): bump xarray from 2026.4.0 to 2026.7.0 Bumps [xarray](https://github.com/pydata/xarray) from 2026.4.0 to 2026.7.0. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](https://github.com/pydata/xarray/compare/v2026.04.0...v2026.07.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 286aa2c6..0d1698ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pint", "tqdm", "numpy>=2.0,<3", - "xarray==2026.4.0" + "xarray==2026.7.0" ] description = "gdsfactory plugins" keywords = ["python"]