From ae30cbc9090de734e936034eb54b6a9715306deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:13:35 +0000 Subject: [PATCH] Bump scipy from 1.8.0 to 1.10.0 in /tests Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index aa1f24a77..0a5b75f31 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ # Library Dependencies matplotlib==3.4.2 -scipy==1.8.0 +scipy==1.10.0 scikit-learn==1.0.2 numpy==1.22.0 cycler==0.10.0