From 986965c540c9dee2237e7e2486b57ad81d7c701e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 14 Feb 2024 13:36:29 +0100 Subject: [PATCH] Update gevent from 1.2.2 to 24.2.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index b455d5b2..953a3746 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.2.2 +gevent==24.2.1 gunicorn==19.7.1 # Static and Media Storage