From 615a650d0a16714d653bf12cebef4e0f3058cbb7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Feb 2026 13:57:01 +0000 Subject: [PATCH] chore(deps): update dependency waitress to v3.0.1 [security] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979e13e4..a40b6974 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "scalpl==0.4.2", "crc32c==2.7.1", "gunicorn==23.0.0", - "waitress==3.0.0", + "waitress==3.0.1", "Werkzeug==3.0.4", ], # Support installing via https://pypa.github.io/pipx/