From c9ccd2726d6fe1a579284ca16df50fc63f0cb950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:07:06 +0000 Subject: [PATCH] Update dependency werkzeug to v3.0.6 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..76f5ad8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==3.0.1 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==3.0.6 ; python_version >= "3.10" and python_version < "4.0"