From 35ebc8060bb617af6166669596a65297a294dbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 13:13:17 +0000 Subject: [PATCH] chore(deps): bump flask from 2.0.3 to 2.1.1 in /tests/apps/python-flask Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.1.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.1.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/apps/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/python-flask/requirements.txt b/tests/apps/python-flask/requirements.txt index 925005143..a59ca7c70 100644 --- a/tests/apps/python-flask/requirements.txt +++ b/tests/apps/python-flask/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.0.3 +Flask==2.1.1 Jinja2==3.0.3 Werkzeug==2.0.3 gunicorn==20.1.0