From 0ec56a8351b071e3cf9a220fa728288b4168b7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:32:14 +0000 Subject: [PATCH] Update xarray requirement from >=0.18.0 to >=2026.4.0 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/v0.18.0...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68600e5..02c2c98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -xarray>=0.18.0 +xarray>=2026.4.0 xbout \ No newline at end of file