From cb8570cea8206903888028f081b277dd1a2b5fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:33:01 +0000 Subject: [PATCH] fix: bump scipy from 1.16.2 to 1.17.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.16.2 to 1.17.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.2...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 2fea9e2..e2c4eeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ matplotlib==3.10.8 seaborn==0.13.2 # Data Analysis Libraries: -scipy==1.16.2 +scipy==1.17.0 scikit-learn==1.8.0 # Machine Learning Libraries: