From 728ceaf2ef2f853b086db6d9ce861e64e5cf9d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:49:52 +0000 Subject: [PATCH] Update numpy requirement in /sphinx-docs in the docs-dependencies group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.4.5 - [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.4.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production dependency-group: docs-dependencies ... 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 d2b8dad..ae98741 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -9,7 +9,7 @@ linkify-it-py>=2.1.0 docutils>=0.22.4 # Project dependencies needed for autodoc -numpy>=2.4.4,<3.0 +numpy>=2.4.5,<3.0 matplotlib>=3.10.9,<4.0 scipy>=1.17.1,<2.0 pandas>=3.0.3,<4.0