From 579e9caceef30902e4aba703576b3bae89a5128a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:36:05 +0000 Subject: [PATCH] Bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 2.3.8. - [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.7...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../templates/example-python-flask-eks/content/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage-reference/templates/example-python-flask-eks/content/requirements.txt b/backstage-reference/templates/example-python-flask-eks/content/requirements.txt index 2386a890..2ee5a85a 100644 --- a/backstage-reference/templates/example-python-flask-eks/content/requirements.txt +++ b/backstage-reference/templates/example-python-flask-eks/content/requirements.txt @@ -3,5 +3,5 @@ Flask==2.3.3 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.2 -Werkzeug==2.3.7 +Werkzeug==2.3.8 gunicorn==20.1.0