From be59db518e8e8a7c4dffcedcba9c76ea45507fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:54:15 +0100 Subject: [PATCH] Bump scipy from 1.13.1 to 1.16.2 in /tools (#2050) Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.16.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.16.2) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dominic <510002+dmah42@users.noreply.github.com> --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 126ff2b..fb539d7 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,2 +1,2 @@ numpy == 2.3.3 -scipy == 1.13.1 +scipy == 1.16.2