From 2e81fd10a6d79a31c06e6044f5f58d445a7234ba Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:00:26 +0000 Subject: [PATCH] Update dependency waitress to <2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ca3348..c4c3a97 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ pyramid_extras = { "pyramid<3", - "waitress<2.1", + "waitress<2.2", } | trigger_extras wsgi_extras = trigger_extras