From 7ad43642958cc92921ee41e30e53cd3e3301e36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:38:05 +0100 Subject: [PATCH] build(deps): bump scipy from 1.17.0 to 1.17.1 (#905) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e261ddc..138c0a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "mdit-py-plugins==0.5.0", "bokeh==3.8.2", "uvicorn==0.41.0", - "scipy==1.17.0", + "scipy==1.17.1", "tzfpy==1.1.1", "deap==1.4.3", "requests==2.32.5",