From 68c85d998b84c35e440ffcc73d106ea920434d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 18:46:16 +0000 Subject: [PATCH] Update gunicorn requirement from >=23.0.0 to >=26.1.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/23.0.0...26.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99a6ec2..cb30cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -206,5 +206,5 @@ cryptography>=50.0.0 # CI asserts the installed version inside the built image — a transitive pin # (markdown2dash asks for gunicorn<22) must never be allowed to drag the # production server back under the floor without failing the build. -gunicorn>=23.0.0 +gunicorn>=26.1.0 # uvicorn[standard]>=0.27.0