From 336f2c4cd42d8f11a77c84a77d404189421f5d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:45:56 +0000 Subject: [PATCH] chore(deps): bump scipy from 1.17.1 to 1.18.0 in /server/ingest Bumps [scipy](https://github.com/scipy/scipy) from 1.17.1 to 1.18.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 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..0beef4fe 100644 --- a/server/ingest/requirements.txt +++ b/server/ingest/requirements.txt @@ -5,7 +5,7 @@ zstandard==0.25.0 # --- metrics-accuracy overhaul (2026-05-26): vetted signal/HRV/stats libraries --- neurokit2==0.2.13 numpy==2.4.6 -scipy==1.17.1 +scipy==1.18.0 scikit-learn==1.9.0 pandas==2.3.3 # --- whoop official API client (Task 4) ---