From 58b8f98b2f62f4b354f6cf55924a68ee809a4385 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 12 Sep 2023 21:43:00 +0200 Subject: [PATCH] Update gevent from 1.2.2 to 23.9.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index b455d5b2..d5401aa6 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.2.2 +gevent==23.9.1 gunicorn==19.7.1 # Static and Media Storage