From 92494311b09547716e11033d0db63b7c1e4b1a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:16:30 +0000 Subject: [PATCH] fix: bump scipy from 1.17.0 to 1.17.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d5ffd7..0b46531 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ matplotlib==3.10.8 seaborn==0.13.2 # Data Analysis Libraries: -scipy==1.17.0 +scipy==1.17.1 scikit-learn==1.8.0 # Machine Learning Libraries: