From cfb393d5a8cd84598e2f7d8d336d721fbdc3973a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:53:25 +0000 Subject: [PATCH] Update numpy requirement from >=1.22.2 to >=2.5.1 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/v1.22.2...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ce331fb5..3c7ede56d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,5 +45,5 @@ cornice @ git+https://github.com/c2corg/cornice.git@6.1.0+c2corg pydiscourse @ https://github.com/c2corg/pydiscourse/archive/ea03a3a.zip pygments>=2.20.0 # not directly required, pinned by Snyk to avoid a vulnerability -numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=2.5.1 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability