diff --git a/poetry.lock b/poetry.lock index 329eee3..5b5edb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -830,22 +830,23 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[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]] @@ -3053,4 +3054,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7409c19bf60f2f703718a4faa529347932b667c4ac10dcd76142952f4b4e0c8e" +content-hash = "ff88617332809f02be03f35afa3a5baccf46e5a0165ae979ecfba35987bae190" diff --git a/pyproject.toml b/pyproject.toml index fcf5418..7fc6d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ django-qlued = {git = "https://github.com/Alqor-UG/django-qlued.git"} optional = true [tool.poetry.group.prod.dependencies] -gunicorn = "^21.2.0" +gunicorn = "^22.0.0" psycopg2 = "^2.9.9" [tool.poetry.group.docs] diff --git a/requirements.txt b/requirements.txt index d2c80b1..672cdff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ django-qlued @ git+https://github.com/Alqor-UG/django-qlued.git@ba78dc11739da29e django==5.0.6 ; python_version >= "3.10" and python_version < "4.0" dnspython==2.6.1 ; python_version >= "3.10" and python_version < "4.0" dropbox==11.36.2 ; python_version >= "3.10" and python_version < "4.0" -gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0" +gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.7 ; python_version >= "3.10" and python_version < "4.0" oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0" packaging==24.1 ; python_version >= "3.10" and python_version < "4.0"