From ae6b54097e5983a90317ffb668e02519bad414a9 Mon Sep 17 00:00:00 2001 From: Levijatan Date: Tue, 24 Oct 2023 12:25:09 +0200 Subject: [PATCH] fix(pyproject.toml): upped the version of gunicorn to 21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77aa8f018..3596849f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "Markdown>=3.3.0,<3.4.0", "Pygments>=2.15.0,<2.16.0", "flup>=1.0.0,<1.1.0", - "gunicorn>=19.9.0,<19.10.0", + "gunicorn>=21.2.0,<22", "django-crispy-forms>=1.14.0,<1.15.0", "openpyxl", "URLObject>=2.4.0,<2.5.0",