From 6ad19693f6423f3224affa6a9d53a6d93a3db507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:09:43 +0000 Subject: [PATCH] Bump scipy from 0.19.1 to 1.11.1 in /backend/django/core/data Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.1...v1.11.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/django/core/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/django/core/data/requirements.txt b/backend/django/core/data/requirements.txt index 8f856b55..176400be 100644 --- a/backend/django/core/data/requirements.txt +++ b/backend/django/core/data/requirements.txt @@ -2,5 +2,5 @@ jupyter==1.0.0 numpy==1.13.3 pandas==0.20.3 scikit-learn==0.19.0 -scipy==0.19.1 +scipy==1.11.1 string-grouper==0.5.0 \ No newline at end of file