From e4c3acfe2fce3edd2813773bf2ca8feb3eaa6773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:02:18 +0000 Subject: [PATCH] fix(deps): update dependency gunicorn to v23 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 305216b2..5b3fb6d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -866,13 +866,13 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.7" files = [ - {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, - {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, + {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [package.dependencies] @@ -2266,4 +2266,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4c6b30a55a871b41f1fed985f25c21c33b7737a451a58e0f72771a712fd95d0d" +content-hash = "94ad7638ce9d43b31fb1c8c7c6c2fe06175b70d23029300abfdd2e674a629b23" diff --git a/pyproject.toml b/pyproject.toml index fe43a691..fab25c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requests = "^2.32.0" beautifulsoup4 = "^4.10.0" Flask-SocketIO = "^5.1.1" fedora-messaging = "^3.0.0" -gunicorn = "^20.1.0 || ^21.0.0 || ^22.0.0" +gunicorn = "^20.1.0 || ^21.0.0 || ^22.0.0 || ^23.0.0" gevent = "^23.9.0 || ^24.0.0" gevent-websocket = "^0.10" Flask-Caching = "^2.0.0"