From e7a04091bfae1e05806face4ce5204695924f2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:09:51 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 24.1.1 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.1.1. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 25e701046..d7aadc986 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "databases[asyncpg]==0.9.0", "fastapi==0.128.0", "fastapi-sso==0.19.0", - "gunicorn==23.0.0", + "gunicorn==24.1.1", "heliclockter==3.0.1", "parameterized==0.9.0", "passlib==1.7.4", diff --git a/backend/uv.lock b/backend/uv.lock index 78678c490..a7eb2ca6b 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -383,7 +383,7 @@ requires-dist = [ { name = "databases", extras = ["asyncpg"], specifier = "==0.9.0" }, { name = "fastapi", specifier = "==0.128.0" }, { name = "fastapi-sso", specifier = "==0.19.0" }, - { name = "gunicorn", specifier = "==23.0.0" }, + { name = "gunicorn", specifier = "==24.1.1" }, { name = "heliclockter", specifier = "==3.0.1" }, { name = "parameterized", specifier = "==0.9.0" }, { name = "passlib", specifier = "==1.7.4" }, @@ -739,14 +739,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "23.0.0" +version = "24.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/34/72/9614c465dc206155d93eff0ca20d42e1e35afc533971379482de953521a4/gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec", size = 375031, upload-time = "2024-08-10T20:25:27.378Z" } +sdist = { url = "https://files.pythonhosted.org/packages/78/0a/10739c03537ec5b131a867bf94df2e412b437696c7e5d26970e2198a80d2/gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408", size = 287567, upload-time = "2026-01-24T01:15:31.359Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4/gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d", size = 85029, upload-time = "2024-08-10T20:25:24.996Z" }, + { url = "https://files.pythonhosted.org/packages/96/90/cfe637677916fc6f53cd2b05d5746e249f683e1fa14c9e745a88c66f7290/gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8", size = 114920, upload-time = "2026-01-24T01:15:29.656Z" }, ] [[package]]