From 1aa9e75a40e19a2db729aef079016efdb74b70c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 21:08:14 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.2.5 in /backend Bumps [flask](https://github.com/pallets/flask) from 1.1.2 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.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8404842..7ce1776 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ cffi==1.14.5 click==7.1.2 dnspython==2.1.0 email-validator==1.1.3 -Flask==1.1.2 +Flask==2.2.5 Flask-Admin==1.5.8 Flask-BasicAuth==0.2.0 Flask-Bcrypt==0.7.1