diff --git a/poetry.lock b/poetry.lock index e0458b4..f45ca1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -629,22 +629,23 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] [[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]] @@ -1226,4 +1227,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "debcf4f96e8325a5ea97dd82777208e1c7bf33a25e6991bda4c7fe60f9caf41b" +content-hash = "e264377e8a1ca2aef762395e11f6888f50d6b3ff7a5a054a246c8d498a59b5d1" diff --git a/pyproject.toml b/pyproject.toml index d5d87f7..1a51910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pyupgrade = "^3.9.0" django-upgrade = "^1.14.0" google-auth = "^2.22.0" python-jose = {extras = ["cryptography"], version = "^3.3.0"} -gunicorn = "^21.2.0" +gunicorn = "^22.0.0" [build-system] requires = ["poetry-core"]