From bbf561aea142eda77fe37ed7c0fc39888233b745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:59:31 +0000 Subject: [PATCH] Update dependency werkzeug to v3.0.6 --- 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"