From 7b189376730109f3d4fbbe015fdf6f9e4260b745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:16:30 +0000 Subject: [PATCH] Bump flask from 2.2.2 to 2.3.2 in /api Bumps [flask](https://github.com/pallets/flask) from 2.2.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/2.2.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 0883b128..2961cdfa 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ certifi==2022.9.24 charset-normalizer==2.1.1 click==8.1.3 -Flask==2.2.2 +Flask==2.3.2 Flask-Cors==3.0.10 idna==3.4 importlib-metadata==5.1.0