From 9e0034c46ab401d62ec3fbd374e99b316ba24350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:35:11 +0000 Subject: [PATCH] Update numpy requirement in /sphinx-docs 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.4.4...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sphinx-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index 33d6c31..e51bdf5 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -9,7 +9,7 @@ linkify-it-py>=2.1.0 docutils>=0.23 # Project dependencies needed for autodoc -numpy>=2.4.4,<3.0 +numpy>=2.5.1,<3.0 matplotlib>=3.11.1,<4.0 scipy>=1.17.1,<2.0 pandas>=3.0.5,<4.0