From 82cf1c656e7fc63c1d0e5e16a4471e5c5b74f86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:16:03 +0000 Subject: [PATCH] chore(deps)(deps): bump numpy from 1.24.3 to 2.4.3 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 2.4.3. - [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.24.3...v2.4.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.3 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 8aba4f71..a97bca95 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -49,7 +49,7 @@ openpyxl==3.1.2 # Excel template generation with data validation openai==1.12.0 anthropic==0.39.0 # Claude 3.5 Sonnet support pinecone-client==2.2.4 # Vector database for semantic search (Phase 7) -numpy==1.24.3 # Required for vector operations +numpy==2.4.3 # Required for vector operations google-generativeai==0.8.3 # Gemini 1.5 Pro support tiktoken==0.5.2