From 9b1a81fd91fe9dce6150e9a16171734cad6ee27b Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Thu, 19 Feb 2026 17:00:56 +0000 Subject: [PATCH] Update dependency gunicorn to v25 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdc38ff..ca51a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django==6.0.2 -gunicorn==23.0.0 +gunicorn==25.1.0 psycopg[binary]==3.3.3