From 32e9f8c062d96a83a059afd62382248e70385650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:18:31 +0000 Subject: [PATCH] Bump werkzeug from 0.16.0 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 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/0.16.0...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45eb309..215384f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,6 +42,6 @@ soupsieve==1.9.4 SQLAlchemy==1.3.10 typed-ast==1.4.0 urllib3==1.26.5 -Werkzeug==0.16.0 +Werkzeug==3.0.6 wrapt==1.11.2 xmlrunner==1.7.7