From 80c1fc00f7ab5f122bc10969690e5fd43888488e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:36:41 +0000 Subject: [PATCH] build(deps): Update gunicorn requirement 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 d024e49f..bbda14ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "mock>=5.2.0,<6.0.0", # Production Server - "gunicorn>=23.0.0,<26.0.0", + "gunicorn>=23.0.0,<27.0.0", # Monitoring & Logging "sentry-sdk>=2.32.0,<3.0.0",