From dd2cafb04e16289866d66b7c550f126c471ed09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:03:04 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /api Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.0...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 3137450..e1c6f2b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ # `uv lock --upgrade`. "xarray>=2024.10,<2027", "netCDF4>=1.7.1,<1.8", - "numpy>=2.1,<2.5", + "numpy>=2.1,<2.6", "jsonschema>=4.23,<5", "apscheduler>=3.10,<4", "requests>=2.32,<3",