From 01be196350a4b6b7525a0ecd2e5583c09addae34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:53:25 +0000 Subject: [PATCH] Bump gunicorn Bumps the minor-actions-dependencies group in /provisioning/www/webapp with 1 update: [gunicorn](https://github.com/benoitc/gunicorn). Updates `gunicorn` from 25.0.0 to 25.0.3 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.0...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- provisioning/www/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/www/webapp/requirements.txt b/provisioning/www/webapp/requirements.txt index 7c12fa4..e2bb6ef 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ Django==5.2.11 psycopg2==2.9.11 -gunicorn==25.0.0 +gunicorn==25.0.3