From c2f45c9daa0f615717ea54e775f4b5166d6fcafd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:34:32 +0000 Subject: [PATCH] fix(deps): update dependency gunicorn to v26 --- microservices/gatewayApi/poetry.lock | 19 ++++++++++--------- microservices/gatewayApi/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/microservices/gatewayApi/poetry.lock b/microservices/gatewayApi/poetry.lock index 11199e3..8cbea6a 100644 --- a/microservices/gatewayApi/poetry.lock +++ b/microservices/gatewayApi/poetry.lock @@ -1061,24 +1061,25 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "23.0.0" +version = "26.0.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" files = [ - {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, - {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, + {file = "gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc"}, + {file = "gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"}, ] [package.dependencies] packaging = "*" [package.extras] -eventlet = ["eventlet (>=0.24.1,!=0.36.0)"] -gevent = ["gevent (>=1.4.0)"] +fast = ["gunicorn_h1c (>=0.6.5)"] +gevent = ["gevent (>=24.10.1)"] +http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"] -tornado = ["tornado (>=0.2)"] +testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] +tornado = ["tornado (>=6.5.0)"] [[package]] name = "h11" @@ -2002,4 +2003,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a08b51e69b00cfd901b1fed66d74dec58ff73546e5ff5930e3ac0ebb632ada8e" +content-hash = "cc15345e94ad029ab4f8be0a313ecbb958edbdb8dc4822be40399146b6706501" diff --git a/microservices/gatewayApi/pyproject.toml b/microservices/gatewayApi/pyproject.toml index 44228b1..4a59004 100644 --- a/microservices/gatewayApi/pyproject.toml +++ b/microservices/gatewayApi/pyproject.toml @@ -18,7 +18,7 @@ flask-compress = "1.24" flask-cors = "6.0.5" gevent = "26.7.0" # greenlet = "2.0.2" -gunicorn = "23.0.0" +gunicorn = "26.0.0" python-keycloak = "5.12.0" requests = "^2.32"