From a80bf44ab5a4bf888a2e00dba8e154ea7ebf1f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:57:02 +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 466cbd7c..95e4b0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ benchmarks = [ "netcdf4==1.7.4", "numpy==2.4.6", "scipy==1.17.1", - "xarray==2026.4.0", + "xarray==2026.7.0", "pandas==3.0.3", "polars==1.41.2", "dask==2026.6.0",