From 16759d83aa86ce5b9d3b324cd68081d0fa45c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:52:27 +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...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.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 7580bf2d..16e136e1 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,<25.0.0", + "gunicorn>=23.0.0,<26.0.0", # Monitoring & Logging "sentry-sdk>=2.32.0,<3.0.0",