From cc32a2a314215a25a2803840603d81fcd12150f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:55:44 +0000 Subject: [PATCH] Update gunicorn requirement from <24,>=23 to >=23,<26 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...25.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.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 6ac0ea6..9c6f004 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=5.1,<5.2 -gunicorn>=23,<24 +gunicorn>=23,<26 dj-database-url>=2,<3 pyAudio requests