From c884ebb3ca444612d55f83f4647db5f6ea01c53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:22:13 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 25.0.2 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 25.0.2. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...v25.0.2) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3feb93d..3e34fc49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "types-python-dateutil==2.9.0.20260124", ] docker = [ - "gunicorn~=22.0.0", + "gunicorn~=25.0.2", "mozilla-django-oidc~=4.0.1", "mysqlclient~=2.2.4", ]