From 8b8ba8b6e185a661d4f8407705b354ae9a5e5013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:02:28 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.1 to 3.0.6 in /tunneling/python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 3.0.6. - [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.0.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tunneling/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunneling/python/requirements.txt b/tunneling/python/requirements.txt index 094e44c6..dd62879c 100644 --- a/tunneling/python/requirements.txt +++ b/tunneling/python/requirements.txt @@ -10,4 +10,4 @@ MarkupSafe==2.0.1 requests==2.26.0 six==1.16.0 urllib3==1.26.7 -Werkzeug==2.0.1 \ No newline at end of file +Werkzeug==3.0.6 \ No newline at end of file