From 7147e8301a665ba6ca8bf99582eb1d565c1064a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:42:52 +0000 Subject: [PATCH] chore(deps): update xarray requirement in /global-api 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.01.0...v2025.01.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- global-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-api/requirements.txt b/global-api/requirements.txt index 6e6687f24..3cb029cce 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -17,7 +17,7 @@ shapely==2.0.6 SQLAlchemy==2.0.36 tqdm==4.67.* uvicorn==0.34.0 -xarray==2024.* +xarray==2025.* geojson==3.2.* openclimate==0.1.* nest_asyncio==1.6.*