From 21fb8511c636953364ac686a4c7eb9675e47648a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 19 Sep 2024 11:44:16 +0200 Subject: [PATCH] chore: Update gunicorn Mitigates CVE-2024-1135 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 2f593086..871486cb 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -1,6 +1,6 @@ flask~=3.0.3 flask-restful~=0.3.10 -gunicorn~=21.2.0 +gunicorn~=22.0.0 pytest<8.1.1 pytest-cov~=5.0.0 testresources~=2.0.1