From 5feb2688cd44348093b62dfce6b0ecf1d84fc580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:33: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 8032804..ace6b65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,6 +33,6 @@ simple-websocket==1.1.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.2 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==3.0.4 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==3.0.6 ; python_version >= "3.10" and python_version < "4.0" win32-setctime==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" wsproto==1.2.0 ; python_version >= "3.10" and python_version < "4.0"