From c8a59f0f0f44ae30c3db24be88c901ee98b7b42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:21:05 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.1 to 2.3.8 in /tunneling/python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.0.1...2.3.8) --- updated-dependencies: - dependency-name: werkzeug 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..70322996 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==2.3.8 \ No newline at end of file