From 63c32c788009738ab21a5fd6e2954b44465e3501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:01:24 +0000 Subject: [PATCH] Build(deps): Update gunicorn requirement from >=23.0.0 to >=26.0.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.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.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 0e27a45..29de1e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -111,7 +111,7 @@ clerk-backend-api>=5.0.0,<6 # This is why markdown2dash is installed with --no-deps above — CI asserts the # resolved version inside the built image, so a transitive pin can never drag # the production server back under the floor without failing the build. -gunicorn>=23.0.0 +gunicorn>=26.0.0 # --- Development / testing (optional, not installed by default) ------------- # build — `python -m build --wheel` to produce the PyPI artifact