From 2f83fad444163601ac868378054e85c1c2621535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:47:27 +0000 Subject: [PATCH] Update gunicorn requirement from >=25.3.0 to >=26.0.0 in /app 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/25.3.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 6ae7197..a36ac39 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ Django>=6.0.4 black>=26.3.1 -gunicorn>=25.3.0 +gunicorn>=26.0.0 psycopg2-binary>=2.9.12 djangorestframework>=3.17.1