From 968d92ef3c36ccde0d39b30fcebde16cddfba448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:12:47 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 26.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 26.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.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 c14dd4d..4bd3914 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ -r base.txt -gunicorn==20.1.0 # https://github.com/benoitc/gunicorn +gunicorn==26.2.0 # https://github.com/benoitc/gunicorn psycopg2==2.9.5 # https://github.com/psycopg/psycopg2 sentry-sdk==1.15.0 # https://github.com/getsentry/sentry-python