From e25ab3756df49ac6fd35b377e3fc6352ca9dd555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:45:51 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.4.6 to 2.5.1 in /server/ingest Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.1. - [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/v2.4.6...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/ingest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ingest/requirements.txt b/server/ingest/requirements.txt index 8726e62c..0e5c794e 100644 --- a/server/ingest/requirements.txt +++ b/server/ingest/requirements.txt @@ -4,7 +4,7 @@ psycopg[binary]==3.3.4 zstandard==0.25.0 # --- metrics-accuracy overhaul (2026-05-26): vetted signal/HRV/stats libraries --- neurokit2==0.2.13 -numpy==2.4.6 +numpy==2.5.1 scipy==1.17.1 scikit-learn==1.9.0 pandas==2.3.3