From 262827bfa890e9ea68f44be5cfe7d50a0ee5eef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:01:30 +0000 Subject: [PATCH] build(deps): bump flask from 2.1.3 to 2.2.1 in /backend Bumps [flask](https://github.com/pallets/flask) from 2.1.3 to 2.2.1. - [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.1.3...2.2.1) --- 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 b2e20f3f7..5b9ac562f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ connexion==2.14.0 datadog==0.44.0 fakeredis==1.8.2 -Flask==2.1.3 +Flask==2.2.1 Flask-Cors==3.0.10 flask-talisman==1.0.0 google-cloud-storage==2.4.0