From e93dd3199d1d7d7c08b404e55d40979d3bcc6960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:27:56 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.5 in /api-tools/webhooks/python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.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/3.1.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api-tools/webhooks/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-tools/webhooks/python/requirements.txt b/api-tools/webhooks/python/requirements.txt index fc51c06..faaa941 100644 --- a/api-tools/webhooks/python/requirements.txt +++ b/api-tools/webhooks/python/requirements.txt @@ -5,5 +5,5 @@ importlib_metadata==8.7.0 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.2 -Werkzeug==3.1.3 +Werkzeug==3.1.5 zipp==3.21.0 \ No newline at end of file