From d7108fbf0bb1b35a07493eb66704e7298e84af9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:29:40 +0000 Subject: [PATCH] Update xarray requirement from ~=2024.11.0 to ~=2025.1.0 in /app 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/v2024.11.0...v2025.01.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 2809f0a3..3eab893a 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "uwsgi~=2.0.26", "vcrpy~=6.0", "whitenoise~=6.7", - "xarray~=2024.11.0", + "xarray~=2025.1.0", ] [tool.uv]