From 510d00bb12902d2f9f35aaf5088cfc9d2b5f1c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:08:19 +0000 Subject: [PATCH] fix: bump scipy from 1.16.3 to 1.17.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a3a283..a3c1dc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ matplotlib==3.10.1 seaborn==0.13.2 # Data Analysis Libraries: -scipy==1.16.3 +scipy==1.17.0 scikit-learn==1.8.0 # Machine Learning Libraries: