From a190359af5ab35ea80fb119e9163d0757767620f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:37:14 +0000 Subject: [PATCH] Update gunicorn requirement from ~=23.0 to ~=24.0 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.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.0.0 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..a4f6181 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.0", "markdown ~=3.8", "markdown-grid-tables ~=0.6", "markdownify ~=1.1",