diff --git a/poetry.lock b/poetry.lock index 8cb892b7..1996822f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -998,22 +998,23 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "21.2.0" +version = "22.0.0" description = "WSGI HTTP Server for UNIX" optional = true -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]] @@ -2698,4 +2699,4 @@ deploy = ["gunicorn", "psycopg2"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5ef08e4a7e79aec7e3428241df74b9f2557b638a2532fc49c28e004d0636f883" +content-hash = "350809f57f635ee21b6a5662886f2d77b2f2f1f90ad0d0b9f165052c4c8a0b3e" diff --git a/pyproject.toml b/pyproject.toml index 4286bfb7..33216a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ fedora-messaging = "^3.3.0" sqlalchemy-helpers = "^1.0.0" click = "^8.1.7" geoip2 = "^4.7.0" -gunicorn = {version = "^21.2.0", optional = true} +gunicorn = {version = "^21.2.0 || ^22.0.0", optional = true} psycopg2 = {version = "^2.9.9", optional = true} rich = "^13.7.0" mrtparse = "^2.2.0"