Skip to content

Commit

Permalink
fix: upgrade gunicorn to 22 to fix CVE-2024-1135 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmfg committed Jul 26, 2024
1 parent 102bc8a commit d622f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit d622f13

Please sign in to comment.