diff --git a/poetry.lock b/poetry.lock index 72638b4e..904797d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -771,13 +771,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] @@ -2466,4 +2466,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "3f61efa57153b51d06808462a7cc3f2dc9a0d9132d1f35d47886a8af75243123" +content-hash = "28ebead10f5de75f5803e0a430da67f6d684ced62448454ead04193a8e32ba3d" diff --git a/pyproject.toml b/pyproject.toml index d2e82441..645a3b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ greenlet = "3.1.1" # Explicitly add greenlet (dependency of SQLAlchemy) for pyth # ASGI uvicorn = "^0.30.0" -gunicorn = "^22.0.0" +gunicorn = "^23.0.0" Hypercorn = "^0.17.0" pytest-xdist = "^3.5.0" filelock = "^3.13.3"