From 009739cd44c395d6cbafea244ce60e6360a0f11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:46:33 +0000 Subject: [PATCH] build(deps): bump werkzeug in /tools/web-fuzzing-introspection Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.0.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/web-fuzzing-introspection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/web-fuzzing-introspection/requirements.txt b/tools/web-fuzzing-introspection/requirements.txt index d0d3d1c9c..d3a0c26e6 100644 --- a/tools/web-fuzzing-introspection/requirements.txt +++ b/tools/web-fuzzing-introspection/requirements.txt @@ -3,7 +3,7 @@ Flask==3.0.2 itsdangerous==2.1.2 Jinja2==3.1.6 MarkupSafe==2.1.2 -Werkzeug==3.0.6 +Werkzeug==3.1.4 requests==2.32.4 pyyaml==6.0.2 orjson==3.10.0