From 3e5cc2e70c3c7cb1b9b30dc709937c2c699e1ea5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Apr 2026 23:28:04 +0000 Subject: [PATCH] chore(deps): update dependency werkzeug to v3.1.6 [security] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b642d6b..3730972a 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "crc32c==2.7.1", "gunicorn==23.0.0", "waitress==3.0.0", - "Werkzeug==3.0.4", + "Werkzeug==3.1.6", ], # Support installing via https://pypa.github.io/pipx/ entry_points={