From d6416320da6329ef97dca3e586ae6e310e29dd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:11:40 +0000 Subject: [PATCH] build(deps): update numpy requirement from >=1.22.2 to >=2.5.3 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.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.3 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 d3239f439..0f23f7ae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,6 +45,6 @@ cornice @ git+https://github.com/c2corg/cornice.git@6.1.0+c2corg pydiscourse @ https://github.com/c2corg/pydiscourse/archive/ea03a3a.zip pygments>=2.21.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.3 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability