From fcc94e4452fd4435238c421faf0ef4ea7dc82c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:29:10 +0000 Subject: [PATCH] Update dependency gunicorn to v25.1.0 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97e3f93..f703871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "hypercorn==0.18.0", "granian==2.7.1", "grpcio-tools==1.78.0", - "gunicorn==25.0.3", + "gunicorn==25.1.0", "just-bin==1.46.0; sys_platform != 'win32'", "pyright[nodejs]==1.1.408", "pyvoy==0.3.0", diff --git a/uv.lock b/uv.lock index e114d80..256736a 100644 --- a/uv.lock +++ b/uv.lock @@ -392,7 +392,7 @@ dev = [ { name = "daphne", specifier = "==4.2.1" }, { name = "granian", specifier = "==2.7.1" }, { name = "grpcio-tools", specifier = "==1.78.0" }, - { name = "gunicorn", specifier = "==25.0.3" }, + { name = "gunicorn", specifier = "==25.1.0" }, { name = "hypercorn", specifier = "==0.18.0" }, { name = "just-bin", marker = "sys_platform != 'win32'", specifier = "==1.46.0" }, { name = "pyright", extras = ["nodejs"], specifier = "==1.1.408" }, @@ -879,14 +879,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "25.0.3" +version = "25.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f3/e5/e1d2225d2b75fe4988821715d2c526fdf7b39f4a7260aa7e2bb4b25ec65c/gunicorn-25.0.3.tar.gz", hash = "sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d", size = 9702357, upload-time = "2026-02-07T16:53:52.72Z" } +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/5e/84/117f39896ded517149be72d16c02252885690e9b0d1b84281944928f61aa/gunicorn-25.0.3-py3-none-any.whl", hash = "sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35", size = 171728, upload-time = "2026-02-07T16:53:49.546Z" }, + { 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]]