diff --git a/poetry.lock b/poetry.lock index c488b06b..d1998382 100644 --- a/poetry.lock +++ b/poetry.lock @@ -910,22 +910,23 @@ dev = ["build", "pre-commit", "pytest", "pytest-cov", "twine"] [[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]] @@ -1958,7 +1959,7 @@ files = [ [package.dependencies] requests = "*" -requests-oauthlib = "*" +requests_oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2205,4 +2206,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "17db0d78011aef40d22acbb5276fbe52a5cb91ba1f870b4529d85a7f9316bac3" +content-hash = "de793a9e3a56de0016af041b26acdb22a73933a31c67abfe140e55d3998cc89d" diff --git a/pyproject.toml b/pyproject.toml index ad91d226..797ae58a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sentry-sdk = "^1.44.0" django-csp = "^3.8" redis = "^5.0.3" django-rq = "^2.10.2" -gunicorn = "^21.2.0" +gunicorn = "^22.0.0" ipython = "^8.23.0" pillow = "^10.3.0" django-storages = "^1.14.2"