Skip to content

Commit d622f13

Browse files
authored
fix: upgrade gunicorn to 22 to fix CVE-2024-1135 (#341)
1 parent 102bc8a commit d622f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"flask>=1.0,<4.0",
5454
"click>=7.0,<9.0",
5555
"watchdog>=1.0.0",
56-
"gunicorn>=19.2.0; platform_system!='Windows'",
56+
"gunicorn>=22.0.0; platform_system!='Windows'",
5757
"cloudevents>=1.2.0,<2.0.0",
5858
"Werkzeug>=0.14,<4.0.0",
5959
],

0 commit comments

Comments
 (0)