From 2982a9ebd59ba7a3bdc2e52515a3c427c72ce483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:33:08 +0000 Subject: [PATCH] Bump gunicorn from 25.3.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.3.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43c1072..9d42772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" dependencies = [ "django==5.2.13", "gitpython==3.1.49", - "gunicorn==25.3.0", + "gunicorn==26.0.0", "packaging==26.2", "protobuf==7.34.1", "psycopg==3.3.4", diff --git a/requirements.txt b/requirements.txt index e68c02e..643c4a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==5.2.13 gitpython==3.1.49 -gunicorn==25.3.0 +gunicorn==26.0.0 packaging==26.2 protobuf==7.34.1 psycopg==3.3.4