From de4a466a940f0d34c37e8e023f90e6b7d675be4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:50:09 +0000 Subject: [PATCH] chore(deps)(deps): update numpy requirement from >=1.21.0 to >=2.4.6 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.21.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index dee8005..3e25d7f 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -9,7 +9,7 @@ psycopg2-binary>=2.9.3 cryptography>=42.0 pandas>=2.0.0 scikit-learn>=1.5.0 -numpy>=1.21.0 +numpy>=2.4.6 whitenoise==6.12.0 sqlparse>=0.4.2 djangorestframework>=3.14.0 diff --git a/requirements.txt b/requirements.txt index 551b9be..7e67b77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary>=2.9.3 cryptography>=42.0 pandas>=2.0.0 scikit-learn>=1.5.0 -numpy>=1.21.0 +numpy>=2.4.6 matplotlib>=3.10.9 whitenoise==6.12.0 sqlparse>=0.4.2