Skip to content

Commit b8eb5ec

Browse files
authored
Update to gunicorn 22.0.0 (#1008)
This fixes CVE-2024-1135.
1 parent b607080 commit b8eb5ec

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
@@ -57,7 +57,7 @@
5757
]
5858

5959
operational_requirements = [
60-
"gunicorn", "gunicorn[gevent]", "gevent", "prometheus_client", "sentry_sdk",
60+
"gunicorn>=22.0.0", "gunicorn[gevent]", "gevent", "prometheus_client", "sentry_sdk",
6161
"prometheus_flask_exporter", "blinker"
6262
]
6363
setup_requirements = ['setuptools_scm', 'setuptools']

0 commit comments

Comments
 (0)