From e70c6adaa1e45a867bf3b573a97907963bd143ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:57:28 +0000 Subject: [PATCH] Bump scipy from 1.10.1 to 1.11.0 in /requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.1...v1.11.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 44639f7a..a4c14766 100644 --- a/requirements/minimal.txt +++ b/requirements/minimal.txt @@ -5,4 +5,4 @@ matplotlib==3.7.1; python_version>='3.8' numpy; python_version=='3.7' numpy==1.25.0; python_version>='3.8' scipy; python_version=='3.7' -scipy==1.10.1; python_version>='3.8' +scipy==1.11.0; python_version>='3.8'