From 6ea19f686f2367d10c02e05b44c9e6919e41200a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Apr 2025 20:22:20 +0000 Subject: [PATCH] Update dependency gunicorn to v23 --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index f69eafd..f4a83d4 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -467,14 +467,14 @@ 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" groups = ["main"] 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] @@ -1777,4 +1777,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ae84368de3a8c75f6b38f405b9a356311c6282a9c23c2c2c1fa471d29d8d1ee2" +content-hash = "2f84c01d102e2d308bb1282ad3907126b40a2879e1f31d74c8c3019581867b45" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index fd456a4..d062bc4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"} websockets = "^15.0" sqlalchemy = "^2.0.28" alembic = "^1.15.1" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" psycopg2-binary = "^2.9.10" argon2-cffi = "^23.1.0" jwcrypto = "^1.5.6" -- 2.45.3