diff --git a/poetry.lock b/poetry.lock index cad455d..0e71164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,22 +358,23 @@ python-dateutil = ">=2.7" [[package]] name = "gunicorn" -version = "21.2.0" +version = "22.0.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, - {file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, + {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, + {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, ] [package.dependencies] packaging = "*" [package.extras] -eventlet = ["eventlet (>=0.24.1)"] +eventlet = ["eventlet (>=0.24.1,!=0.36.0)"] gevent = ["gevent (>=1.4.0)"] setproctitle = ["setproctitle"] +testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"] tornado = ["tornado (>=0.2)"] [[package]] @@ -947,4 +948,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ea0bd7a46f2872617cc45da662c1e33cb923126c7b5a5706416a3d615ee0b874" +content-hash = "2332b9643fc31d9d54ea4685abf8cc61b4e5959b986eb5cf1eccbdcadd845800" diff --git a/pyproject.toml b/pyproject.toml index b1f6e49..aa7b6df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ disable = [ python = "^3.11" flask = "^3.0.0" cryptography = "^41.0.7" -gunicorn = "^21.2.0" +gunicorn = "^22.0.0" redis = "^5.0.1"