From e3625d3e9cb6ba4d5580eb7bb99dafd8d352dc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:28:47 +0000 Subject: [PATCH] deps: update gunicorn requirement from <24,>=23.0 to >=23.0,<27 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3d85af..5f70e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # Pre-1.0 and major-version-risky deps are capped; floors are the versions # the suite is verified against. "fastapi>=0.116,<1.0", - "gunicorn>=23.0,<24", + "gunicorn>=23.0,<27", "orjson>=3.11,<4", "python-multipart>=0.0.19,<0.1", "pydantic>=2.13,<3",