From fdedf97a46ab2c7d712e15ffe1416e6fbe9d4c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:33:30 +0000 Subject: [PATCH] Update gunicorn requirement from <23.0,>=22.0 to >=25.3.0,<26.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f28f090..4dbdb3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flask-limiter>=3.8,<4.0 # Production server waitress>=3.0,<4.0 -gunicorn>=22.0,<23.0 +gunicorn>=25.3.0,<26.0 # Utilities qrcode[pil]>=7.4,<8.0