From d622f137e8a2419fc487c867d67e12d0204b586b Mon Sep 17 00:00:00 2001 From: Jeremy Fehr <117788025+jrmfg@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:40:18 -0700 Subject: [PATCH] fix: upgrade gunicorn to 22 to fix CVE-2024-1135 (#341) --- 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", ],