From c7fce6049daa088a4da97f0c99cc586a675bce99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 18:31:04 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.2.5 in /webapp-v0 Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp-v0/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp-v0/requirements.txt b/webapp-v0/requirements.txt index db3f2aa..bfaf7c5 100644 --- a/webapp-v0/requirements.txt +++ b/webapp-v0/requirements.txt @@ -9,7 +9,7 @@ flask-login==0.4.1 flask-mysqldb==0.2.0 flask-paginate==0.5.3 flask-wtf==0.14.2 -flask==1.1.1 +flask==2.2.5 itsdangerous==1.1.0 jinja2==2.10.1 markupsafe==1.1.1