From e2c344c257a87a73b55b69f94b7772ea49f09a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:57:48 +0000 Subject: [PATCH] Bump flask from 2.0.1 to 2.2.3 in /Backend Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.2.3. - [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.0.1...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... 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 469472c..c9159e2 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,4 +1,4 @@ -flask==2.0.1 +flask==2.2.3 PyYAML==5.4.1 gevent==21.1.2 Flask-Cors==3.0.10