From e09b1ff0a69e2e60a58d5ada3e7f66cc3747b59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:11:46 +0000 Subject: [PATCH] build(deps): Bump scipy from 1.5.0 to 1.10.0 in /web Bumps [scipy](https://github.com/scipy/scipy) from 1.5.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 97dae5e..aeb141d 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -3,5 +3,5 @@ nltk==3.5 numpy==1.19.0 PorterStemmer==0.5 scikit-learn==0.22 -scipy==1.5.0 +scipy==1.10.0 sklearn==0.0