From 3ca83ecf0cbdd803ce1d7a18b471fce60ff0749c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 18 Oct 2024 15:31:30 -0300 Subject: [PATCH] Update gevent from 1.3.4 to 24.10.3 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 5dd4875e..b826dcdf 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,5 +4,5 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.3.4 +gevent==24.10.3 gunicorn==19.8.1