From 1d41507bfd7609a528acc1fdcd3bdaf43c5c13d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:25:11 +0000 Subject: [PATCH] chore(deps): update dependency gevent to v24.10.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 0583ae425..417f7b878 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,6 +2,6 @@ # production that isn't in development. -r base.txt # Django==3.2.23 -gevent==24.2.1 +gevent==24.10.1 gunicorn==23.0.0 sentry-sdk==2.16.0