From e0cd19ccd1e3842fc716f95e8aa0cdf6cd5ecb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:24:16 +0000 Subject: [PATCH] :arrow_up: Bump flask from 2.0.3 to 2.2.1 Bumps [flask](https://github.com/pallets/flask) from 2.0.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.0.3...2.2.1) --- 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 dbf104d..396f9ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ decorator==5.1.1; python_version >= "3.5" deepmerge==1.0.1; python_full_version >= "3.6.1" dependency-injector==4.38.0; python_full_version >= "3.6.1" docker==5.0.3; python_version >= "3.6" and python_full_version >= "3.6.1" -flask==2.0.3; python_version >= "3.6" and python_full_version >= "3.6.1" +flask==2.2.1; python_version >= "3.6" and python_full_version >= "3.6.1" frozenlist==1.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" grpcio==1.44.0; python_version >= "3.6" and python_full_version >= "3.6.1" gunicorn==20.1.0; python_version >= "3.5" and python_full_version >= "3.6.1"