From 6b70ce525453e9f357c653ee04a50eaaa01dd79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:53:11 +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...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 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 de73a7c8..f5523b09 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,<24.0.0", + "gunicorn>=23.0.0,<25.0.0", # Monitoring & Logging "sentry-sdk>=2.32.0,<3.0.0",