From 0c9b48202c33f9b0f78bcdb22fb722d15e1ed293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 05:23:46 +0000 Subject: [PATCH] Bump flask from 1.1.4 to 2.2.5 in /data_extractor/code/model_pipeline Bumps [flask](https://github.com/pallets/flask) from 1.1.4 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.4...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_extractor/code/model_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_extractor/code/model_pipeline/requirements.txt b/data_extractor/code/model_pipeline/requirements.txt index 74c0974..1a50f68 100644 --- a/data_extractor/code/model_pipeline/requirements.txt +++ b/data_extractor/code/model_pipeline/requirements.txt @@ -7,7 +7,7 @@ pandas==1.0.5 farm optuna Werkzeug==0.16.1 -Flask==1.1.4 +Flask==2.2.5 pyspellchecker spacy MarkupSafe