From 0d47de706f30b89d37dae458d3a07647aab12743 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:15:56 +0000 Subject: [PATCH] fix(deps): update dependency gunicorn to v25 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 8ae577c..4dd5adf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "SQLAlchemy ~= 1.4.48", "psycopg2-binary ~= 2.9", "prometheus-client ~= 0.14", - "gunicorn ~=23.0", + "gunicorn ~=25.0", "openapi-schema-validator ~=0.6.2", "jsonschema ~=4.23", "setuptools>=80.9.0", diff --git a/uv.lock b/uv.lock index 540335f..fd49fda 100644 --- a/uv.lock +++ b/uv.lock @@ -241,7 +241,7 @@ requires-dist = [ { name = "flask-healthz", specifier = "~=0.0.3" }, { name = "flask-migrate", specifier = "~=2.7" }, { name = "flask-sqlalchemy", specifier = "~=2.5" }, - { name = "gunicorn", specifier = "~=23.0" }, + { name = "gunicorn", specifier = "~=25.0" }, { name = "jsonschema", specifier = "~=4.23" }, { name = "markupsafe", specifier = "==2.0.1" }, { name = "openapi-schema-validator", specifier = "~=0.6.2" }, @@ -373,14 +373,14 @@ wheels = [ [[package]] name = "gunicorn" -version = "23.0.0" +version = "25.0.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/9e/83/e8327358129ca4dffd4fa6b6004aa5085dc80e913dec9b253401d6bd23ad/gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946", size = 9693127, upload-time = "2026-02-02T13:34:05.767Z" } 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/e0/dc/f1da097b7e0de5cd7552c10667305879093125cd62ff7372ad07d184ed8f/gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1", size = 169961, upload-time = "2026-02-02T13:34:02.744Z" }, ] [[package]]