diff --git a/api/poetry.lock b/api/poetry.lock index ab03246e9..fd2105c08 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1466,13 +1466,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] @@ -5903,4 +5903,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10.4,<3.11" -content-hash = "585e261ac0e4bd89f2458c567fab4f8fb44af7db3bc9d7fa5de008959c2b7acc" +content-hash = "945b819456849123fd2859c11f4ae1714527490a3d73265d1ae070dbf7b48343" diff --git a/api/pyproject.toml b/api/pyproject.toml index 8f88951c9..86ec04238 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -33,7 +33,7 @@ hiredis = "^3.0.0" pdfkit = "^1.0.0" asyncpg = "^0.29.0" python-multipart = "^0.0.9" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" setuptools = "^72.0.0" nats-py = "^2.1.7" affine = "^2.3.1"