From 650616c91fbccfd25bdad85e3f5d2d53e7187c5c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 10 Aug 2024 14:46:34 -0700 Subject: [PATCH] Update gunicorn from 19.7.1 to 23.0.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a7a07704..00f14fee 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ # WSGI Handler gevent==1.2.2 -gunicorn==19.7.1 +gunicorn==23.0.0 # Static and Media Storage django-storages-redux==1.3.3