From b8841afb66705ead0a6e717ccecb1e1656139944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:16:59 +0000 Subject: [PATCH] Bump scipy from 0.19.1 to 1.10.0 in /Quiz/m8 Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Quiz/m8/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quiz/m8/requirements.txt b/Quiz/m8/requirements.txt index a053331..97508b4 100644 --- a/Quiz/m8/requirements.txt +++ b/Quiz/m8/requirements.txt @@ -2,5 +2,5 @@ pandas==0.24.1 numpy==1.16.1 matplotlib==2.1.0 statsmodels==0.9.0 -scipy==0.19.1 +scipy==1.10.0 patsy==0.5.1 \ No newline at end of file