From ef55c8c8fdceee2311d58ee987fe2ec9c0dc6ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:10:05 -0700 Subject: [PATCH] Bump scipy from 0.12.1 to 1.10.0 in /book (#32) Bumps [scipy](https://github.com/scipy/scipy) from 0.12.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.12.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- book/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/requirements.txt b/book/requirements.txt index f256238..ac701d0 100644 --- a/book/requirements.txt +++ b/book/requirements.txt @@ -10,4 +10,4 @@ nose==1.3.0 numpy==1.22.0 scapy==2.4.1 scikit-learn==0.14.1 -scipy==0.12.1 \ No newline at end of file +scipy==1.10.0 \ No newline at end of file