From 975eaa22c216210f6cd764de06a343c24807a139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:07 +0000 Subject: [PATCH] Bump numpy from 1.25.2 to 2.0.2 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 2.0.2. - [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.25.2...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5d4c2c4..0b6fc69 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn==0.24.0 sqlalchemy==2.0.23 psycopg2-binary==2.9.9 pandas==2.1.3 -numpy==1.25.2 +numpy==2.0.2 matplotlib==3.8.2 scikit-learn==1.3.2 python-multipart==0.0.6