From 581d2b2a8c65b6555317aca5ac12e5cc73efbb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:00:13 +0000 Subject: [PATCH] Bump flask from 2.1.1 to 2.2.3 Bumps [flask](https://github.com/pallets/flask) from 2.1.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.1.1...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e5beb4..8e7cd9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and p dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") email-validator==1.1.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") flask-wtf==1.0.1; python_version >= "3.6" -flask==2.1.1; python_version >= "3.7" +flask==2.2.3; python_version >= "3.7" idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5" importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7" itsdangerous==2.1.2; python_version >= "3.7"