From 7c58b819e2b1f470b74a1970e9acec7ed905239d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:14:23 +0000 Subject: [PATCH] Update gunicorn requirement from >=25.1.0 to >=25.3.0 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/25.1.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.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 30edf54..b677c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "flask-mail>=0.10.0", "flask-wtf>=1.2.2", "gevent>=25.9.1", - "gunicorn>=25.1.0", + "gunicorn>=25.3.0", "mistune>=3.2.0", "protobuf>=7.34.0", "requests>=2.32.5",