From 930b9f95b6c6613b1305f644a53f9572b4620bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:02:35 +0000 Subject: [PATCH] chore(deps-dev): 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/21.2.0...25.0.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 544797a..b04806e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ ] docker = [ - "gunicorn>=21.2.0,<22.0.0", # Production WSGI server + "gunicorn>=21.2.0,<26.0.0", # Production WSGI server ] all = [