From 391eb1ff68541515e3e91ded23c22deb75509c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:08:59 +0000 Subject: [PATCH] Update gunicorn requirement from ~=23.0 to ~=24.1 in /13707 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...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 13707/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13707/pyproject.toml b/13707/pyproject.toml index a07ffb6..82534f4 100644 --- a/13707/pyproject.toml +++ b/13707/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "django-htmx ~=1.23", "django-two-factor-auth[phonenumberslite] ~=1.17", "dj-importmap ~=1.0", - "gunicorn ~=23.0", + "gunicorn~=24.1", "markdown ~=3.8", "markdown-grid-tables ~=0.6", "markdownify ~=1.1",