From df10fe678ad2d4170baf8ef08be05365ff281627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:41:43 +0000 Subject: [PATCH] Bump scipy from 1.11.4 to 1.12.0 in /requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.11.4 to 1.12.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.12.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/minimal.txt b/requirements/minimal.txt index 106ce168..356e2d86 100644 --- a/requirements/minimal.txt +++ b/requirements/minimal.txt @@ -5,4 +5,4 @@ matplotlib==3.7.2; python_version>='3.8' numpy; python_version=='3.7' numpy==1.26.3; python_version>='3.8' scipy; python_version=='3.7' -scipy==1.11.4; python_version>='3.8' +scipy==1.12.0; python_version>='3.8'