From e8eb77aeb219b6a85930d9b1f46816bd677d14c7 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:13:33 +0000 Subject: [PATCH] fix(deps): update dependency gunicorn to v23 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54800cf..51d8a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "Flask ~=3.1.0", "requests ~=2.32.3", "prometheus_client ~=0.20", - "gunicorn ~=22.0.0", + "gunicorn ~=23.0.0", "redis ~=5.0.4", ] diff --git a/uv.lock b/uv.lock index b41e805..6ee0e61 100644 --- a/uv.lock +++ b/uv.lock @@ -137,7 +137,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "flask", specifier = "~=3.1.0" }, - { name = "gunicorn", specifier = "~=22.0.0" }, + { name = "gunicorn", specifier = "~=23.0.0" }, { name = "prometheus-client", specifier = "~=0.20" }, { name = "redis", specifier = "~=5.0.4" }, { name = "requests", specifier = "~=2.32.3" }, @@ -155,14 +155,14 @@ dev = [ [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1e/88/e2f93c5738a4c1f56a458fc7a5b1676fc31dcdbb182bef6b40a141c17d66/gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63", size = 3639760 } +sdist = { url = "https://files.pythonhosted.org/packages/34/72/9614c465dc206155d93eff0ca20d42e1e35afc533971379482de953521a4/gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec", size = 375031 } wheels = [ - { url = "https://files.pythonhosted.org/packages/29/97/6d610ae77b5633d24b69c2ff1ac3044e0e565ecbd1ec188f02c45073054c/gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9", size = 84443 }, + { url = "https://files.pythonhosted.org/packages/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4/gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d", size = 85029 }, ] [[package]]