From 737663901c819e063d5be703355fddc7c665af17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:03:37 +0000 Subject: [PATCH] Update dependency werkzeug to v3.1.4 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4548994..5977a8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,6 @@ pytest==8.4.1 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0" -werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.12" and python_version < "4.0" win32-setctime==1.2.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32" wsproto==1.2.0 ; python_version >= "3.12" and python_version < "4.0"