From 75ac711241e2b25a2df36bc4e7683d55027d2eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:43:30 +0000 Subject: [PATCH] chore: update xarray requirement from <2026.3 to <2026.5 Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](https://github.com/pydata/xarray/compare/v2024.02.0...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51191d099..07bc188b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ full = [ # Development tools and testing dev = [ - "xarray<2026.3", # TODO: drop once linopy ships xarray 2026.3+ compat fix + "xarray<2026.5", # TODO: drop once linopy ships xarray 2026.3+ compat fix "tsam==3.3.0", # Time series aggregation for clustering "pytest==9.0.3", "pytest-xdist==3.8.0",