From ca3ba14c218f99d5cdc58ff5f4a7e31159e8a98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 03:42:48 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.1.2 Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.1.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/1.0.2...2.1.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b10ee0c..e7c30f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cryptography==37.0.2 -Flask==1.0.2 +Flask==2.1.2 itsdangerous==0.24 -Jinja2==2.11.3 +Jinja2==3.1.2 MarkupSafe==1.1.1 redis==2.10.6 Werkzeug==0.15.6