From 834b92d0b737db61f0c9df92beafebb2be7d1aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:11:01 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 2.3.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 to 2.3.4. - [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.16.0...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a6267a5..0a0300c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,5 +7,5 @@ click==6.7 # Outdated, latest is click 8.x SQLAlchemy==2.0.25 # Outdated, latest is SQLAlchemy 1.4.x requests==2.20.0 # Outdated, has known vulnerabilities Pillow==10.2.0 # CVE-2020-10379, CVE-2020-10177 -numpy==1.16.0 # CVE-2019-6446 +numpy==2.3.4 # CVE-2019-6446 pandas==2.2.0