From 117654a114c465ee9ad52fa0f14a15a6e9616d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 18:05:30 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.4 to 2.4.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 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.26.4...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aad604a..ce0e544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ botocore==1.34.100 user-agents==2.2.0 # ── ML / adaptive scoring ──────────────────────────────────────────────────── -numpy==1.26.4 # lightweight — used for profile distance math +numpy==2.4.3 # lightweight — used for profile distance math # ── Utilities ───────────────────────────────────────────────────────────────── pydantic==2.7.1 # FastAPI model validation (v2 API)