From ad8bc9da5ecf05a7576c5b43ea0ef9f3a437e259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:32:17 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 25.0.3 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 25.0.3. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97b9b9d..5b3eb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "django-extensions==4.1", "python-dotenv==1.2.1", "dj-database-url==3.0.1", - "gunicorn==23.0.0", + "gunicorn==25.0.3", "django-reversion==6.1.0", "dbca-utils==2.1.5", "whitenoise[brotli]==6.11.0",