From 44d247de25ac695f907c0d6a278f07fc1926e93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:51:12 +0000 Subject: [PATCH] Bump scipy from 1.7.1 to 1.10.0 in /docs/sphinx Bumps [scipy](https://github.com/scipy/scipy) from 1.7.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index a1649bc..f7eaeb9 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -6,5 +6,5 @@ nbsphinx == 0.8.7 sphinx_copybutton == 0.4.0 ipykernel == 5.3.4 numpy == 1.21.0 -scipy == 1.7.1 +scipy == 1.10.0 matplotlib == 3.3.4