From 93b4236ef441e066a8b8917a46560b7c3d20db26 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Apr 2026 23:27:57 +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 3b642d6b..33e3a029 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,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/