From bd778be53ff3aff86fce4bce05ed37491fff8833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:38:40 +0000 Subject: [PATCH] Bump flask from 0.12.1 to 1.0 in /app Bumps [flask](https://github.com/pallets/flask) from 0.12.1 to 1.0. - [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/0.12.1...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3112794..0f39ffe 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ numpy==1.12.1 pandas==0.19.2 scikit-image==0.13.0 -flask==0.12.1 +flask==1.0 scikit-learn==0.18.0 newrelic==2.18.1.15 PyPDF2==1.26.0 \ No newline at end of file