From 3734455ca988108d17a7638d91cdb8b0df1d04c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:55:13 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 2.3.2 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9ae3c5b..32dbd36 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ Babel == 2.5.1 bcrypt == 3.1.4 flake8 flake8-import-order -Flask == 0.12.2 +Flask == 2.3.2 passlib == 1.7.1 psycopg2 == 2.7.3.2 PyNaCl == 1.2.1