diff --git a/pyproject.toml b/pyproject.toml index b849cebc8..677db2664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "django-prometheus==2.4.1", "django-simple-bulma==2.6.0", "djangorestframework==3.16.0", - "gunicorn==23.0.0", + "gunicorn==25.1.0", "httpx==0.28.1", "markdown==3.8.2", "psycopg[binary]==3.2.9", diff --git a/uv.lock b/uv.lock index 6f50cb777..73942ef90 100644 --- a/uv.lock +++ b/uv.lock @@ -269,14 +269,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "23.0.0" +version = "25.1.0" 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/66/13/ef67f59f6a7896fdc2c1d62b5665c5219d6b0a9a1784938eb9a28e55e128/gunicorn-25.1.0.tar.gz", hash = "sha256:1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616", size = 594377, upload-time = "2026-02-13T11:09:58.989Z" } 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/da/73/4ad5b1f6a2e21cf1e85afdaad2b7b1a933985e2f5d679147a1953aaa192c/gunicorn-25.1.0-py3-none-any.whl", hash = "sha256:d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b", size = 197067, upload-time = "2026-02-13T11:09:57.146Z" }, ] [[package]] @@ -640,7 +640,7 @@ requires-dist = [ { name = "django-prometheus", specifier = "==2.4.1" }, { name = "django-simple-bulma", specifier = "==2.6.0" }, { name = "djangorestframework", specifier = "==3.16.0" }, - { name = "gunicorn", specifier = "==23.0.0" }, + { name = "gunicorn", specifier = "==25.1.0" }, { name = "httpx", specifier = "==0.28.1" }, { name = "markdown", specifier = "==3.8.2" }, { name = "psycopg", extras = ["binary"], specifier = "==3.2.9" },