From e987ed17dc12475c025d3a3a69a2edb354083bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:59:04 +0000 Subject: [PATCH] Bump flask from 2.0.3 to 2.2.3 in /app Bumps [flask](https://github.com/pallets/flask) from 2.0.3 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.3...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b7e3c5d..3d793c9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.0.3 +Flask==2.2.3 Flask-SQLAlchemy==2.5.1 Werkzeug==2.0.3 google-auth-oauthlib==0.5.0