From 192e1c74a2a08f70a5a106b09356d20c91b5ca0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:22:08 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 in /ea_v2f Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. - [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.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ea_v2f/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ea_v2f/requirements.txt b/ea_v2f/requirements.txt index 41b10ce..4cc1e3b 100644 --- a/ea_v2f/requirements.txt +++ b/ea_v2f/requirements.txt @@ -2,6 +2,6 @@ pandas==0.25.3 Flask_Caching==1.8.0 sklearn_crfsuite==0.3.6 jieba==0.39 -Flask==1.1.1 +Flask==2.3.2 pyltp==0.2.1 scikit_learn==0.22.2.post1