From 8213fa7e22f3529dcfdc5f429f3bebd05e99d927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:53:24 +0000 Subject: [PATCH] Bump gevent from 24.2.1 to 26.4.0 Bumps [gevent](https://github.com/gevent/gevent) from 24.2.1 to 26.4.0. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/24.2.1...26.4.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a034216..a4042c1 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ -r base.txt -gevent==24.2.1 # http://www.gevent.org/ +gevent==26.4.0 # http://www.gevent.org/ gunicorn==26.0.0 psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 sentry-sdk[django]==2.60.0