From 74f2b574bea10f60528fb86c52384762272e9af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 05:12:15 +0000 Subject: [PATCH] Bump scipy in /data_extractor/code/rule_based_pipeline Bumps [scipy](https://github.com/scipy/scipy) from 1.3.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.3.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_extractor/code/rule_based_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_extractor/code/rule_based_pipeline/requirements.txt b/data_extractor/code/rule_based_pipeline/requirements.txt index df1938a..d0ff0bd 100644 --- a/data_extractor/code/rule_based_pipeline/requirements.txt +++ b/data_extractor/code/rule_based_pipeline/requirements.txt @@ -1,7 +1,7 @@ Flask==2.3.2 numpy==1.23.5 jsonpickle==1.2 -scipy==1.3.0 +scipy==1.10.0 Pillow==7.2.0 MarkupSafe==2.1.1 pandas==1.5.2