From 4d5e6168f5de5c37f57e03cfecb049fb473cc627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 17:25:37 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.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 3bde9f4..69b0b7a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==26.0.0 # https://github.com/benoitc/gunicorn psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python