From 5b72144adcb59d188ae3b609c10ba9c20158c9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:11:48 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 2.3.2 in /webapp Bumps [flask](https://github.com/pallets/flask) from 0.12.2 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/0.12.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 8bedf9b..fd3b1c3 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -4,7 +4,7 @@ click==6.7 coverage==4.4.1 decorator==4.1.2 defusedxml==0.5.0 -Flask==0.12.2 +Flask==2.3.2 Flask-Babel==0.11.2 Flask-Login==0.4.0 Flask-SQLAlchemy==2.2