From cd9df16adfec6660375011b4e1058cf7fcff22dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:23:44 +0000 Subject: [PATCH] build(deps): bump gunicorn from 26.0.0 to 26.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 26.0.0 to 26.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/26.0.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47e16f36aa1..4e3fd1a7c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "uuid-utils==0.17.0", # Server & development tools - "gunicorn==26.0.0", + "gunicorn==26.2.0", "ruff==0.15.21", ]