diff --git a/poetry.lock b/poetry.lock index 9e901e4b2..cb0690fcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -624,13 +624,13 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = true 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] @@ -2984,4 +2984,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "940275634e1e248cd7c6a3882a6a51b8bbb6e1b51391143aa2dde8cfa07f8950" +content-hash = "d077b3bcfaf473f44ec75485fee545967abc38d4fd5566ece8db3719274a308d" diff --git a/pyproject.toml b/pyproject.toml index 5d4c0946f..1fff861ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ alembic = { version = "1.13.2", optional = true } boltons = { version = "24.0.0", optional = true } cornice = { version = "6.1.0", optional = true } redis = { version = "5.0.8", optional = true } -gunicorn = { version = "22.0.0", optional = true } +gunicorn = { version = "23.0.0", optional = true } lxml = { version = "5.2.2", optional = true } objgraph = { version = "3.6.1", optional = true } psycopg2 = { version = "2.9.9", optional = true }