From 449d83abf9f9d5bef1793c0aa2b7c50127f8736e Mon Sep 17 00:00:00 2001 From: Jeremy Fehr Date: Fri, 26 Jul 2024 15:32:53 -0700 Subject: [PATCH] fix: upgrade gunicorn to 22 to fix CVE-2024-1135 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cfa3fec..ff13955c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "flask>=1.0,<4.0", "click>=7.0,<9.0", "watchdog>=1.0.0", - "gunicorn>=19.2.0; platform_system!='Windows'", + "gunicorn>=22.0.0; platform_system!='Windows'", "cloudevents>=1.2.0,<2.0.0", "Werkzeug>=0.14,<4.0.0", ],