From 288e44c02427a53e598cda2d8870c0e51ccb9b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:07:04 +0000 Subject: [PATCH] Update gunicorn requirement from >=22.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/22.0.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 631fb33..722a4a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Standalone directory integration service – MicroSIP JSON & Yeal requires-python = ">=3.10" dependencies = [ "flask>=3.1.3", - "gunicorn>=22.0", + "gunicorn>=25.3.0", "requests==2.33.0", "cryptography==46.0.7", ]