From f7d35aaf0bfbd6c0ec0a6c22366eb3412d278ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:44:15 +0000 Subject: [PATCH] chore(deps)(deps): Bump numpy from 1.26.2 to 2.3.4 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.26.2 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.26.2...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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d70468b..b18c453 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ pandas==2.1.4 xlsxwriter==3.1.9 # Data Processing -numpy==1.26.2 +numpy==2.3.4 # API (if running as separate service) fastapi==0.109.0