From f0cf04132bbb53f77c5945c1ade985ee003c01dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:57:34 +0000 Subject: [PATCH] chore(deps): bump werkzeug in /tests/apps/python-flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... 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 d827e4957..f6f254fde 100644 --- a/tests/apps/python-flask/requirements.txt +++ b/tests/apps/python-flask/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.2 Jinja2==3.1.2 -Werkzeug==2.3.4 +Werkzeug==2.3.5 gunicorn==20.1.0