From cb55bac47666cdfd751c4fccc51ade664ba484c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 23:27:43 +0000 Subject: [PATCH] chore(deps): bump flask from 2.2.3 to 2.3.1 in /tests/apps/python-flask Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.3.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/2.3.1/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.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 6e3f58ca450..86299a01c51 100644 --- a/tests/apps/python-flask/requirements.txt +++ b/tests/apps/python-flask/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.2.3 +Flask==2.3.1 Jinja2==3.1.2 Werkzeug==2.3.1 gunicorn==20.1.0