From 350d7f3c1719fa0dffc0b1fdeaad42698778fcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 11:01:48 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.4 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 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.26.4...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 993ade5..92511e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ botocore==1.42.96 user-agents==2.2.0 # ── ML / adaptive scoring ──────────────────────────────────────────────────── -numpy==1.26.4 # lightweight — used for profile distance math +numpy==2.0.2 # lightweight — used for profile distance math # ── Utilities ───────────────────────────────────────────────────────────────── pydantic==2.13.3 # FastAPI model validation (v2 API)