From 53671a4a06818e56651f7667cc6e50cb9da9d573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:23:18 +0000 Subject: [PATCH] Update xarray requirement from <2024 to <2025 Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version. - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v0.1...v2024.01.1) --- updated-dependencies: - dependency-name: xarray 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 36ef6ed..14d3ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ scientific = [ "cfgrib<1", "cftime<2", "scipy<2", - "xarray<2024", + "xarray<2025", ] test = [ "pytest<8",