From c6cef3ea4718bce20812f0ce29c753ef33b5e6af Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 May 2024 17:45:24 +0000
Subject: [PATCH] Bump werkzeug in /examples/install-webhooks/backend/python

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 3.0.3.
- [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.1.2...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 examples/install-webhooks/backend/python/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/install-webhooks/backend/python/requirements.txt b/examples/install-webhooks/backend/python/requirements.txt
index c6865c1c..d7842de0 100644
--- a/examples/install-webhooks/backend/python/requirements.txt
+++ b/examples/install-webhooks/backend/python/requirements.txt
@@ -1,6 +1,6 @@
 Jinja2==3.1.2
 MarkupSafe==2.1.1
-Werkzeug==2.1.2
+Werkzeug==3.0.3
 click==8.1.3
 flask==2.1.2
 itsdangerous==2.1.2