From 1be237c407fd4e047fba79fab8c44b7a439657c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:32:49 +0000 Subject: [PATCH] chore(deps): update gunicorn requirement from >=21.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/21.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 05b68c6..8b11b22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ flask>=3.0 flask-wtf>=1.2 werkzeug>=3.1.8 -gunicorn>=21.0 +gunicorn>=26.0.0 reportlab>=4.0 qrcode[pil]>=8.2 Pillow>=12.2.0