From 2b280697e57838f9b5e3c4d3c4ff43b0e8d93d00 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 30 Sep 2024 22:52:58 +1000 Subject: [PATCH] Upgrade gunicorn This avoids "ModuleNotFoundError: No module named 'gunicorn.six.moves'" as seen with gunicorn 19 on Ubuntu 24.04. --- app-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-requirements.txt b/app-requirements.txt index fe5f326e2..7a28d9c2a 100644 --- a/app-requirements.txt +++ b/app-requirements.txt @@ -1,6 +1,6 @@ # The server django>3.2,<4 -gunicorn==19.7.1 +gunicorn>=20.0.0 dj-static==0.0.6 django-storages==1.1.8 python-dateutil==2.8.2