diff --git a/poetry.lock b/poetry.lock index 65cc52a..e832b2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -562,13 +562,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] @@ -1421,4 +1421,4 @@ gunicorn = ["gunicorn"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "39e5708d5f2214ccdaa7b6a2ca9f69db5c90e3c251ff230b3f185d21bdfc3323" +content-hash = "8137a572149ab990719bd3b00b26875507445509d32b24fcdfac4bdfa6785ed1" diff --git a/pyproject.toml b/pyproject.toml index 4fce32a..8d998b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ Flask = ">=3.0.3,<4.0.0" Sphinx = {version = ">=6.1.3,<8.0.0", optional = true} sphinx-rtd-theme = {version = ">=1.2,<3.0", optional = true} gevent = {version = ">=22.10.2,<25.0.0", optional = true} -gunicorn = {version = ">=20.1,<23.0", optional = true} +gunicorn = {version = ">=20.1,<24.0", optional = true} [tool.poetry.dev-dependencies]