From 37e325e9c9c51da9e31e3dc01b3998a81bba82e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:56:01 +0000 Subject: [PATCH] chore(deps): 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 3799a60..a797f7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ pytest==8.4.2 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.43 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.15.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"