diff --git a/poetry.lock b/poetry.lock index 15a43841494a..b381e4d58e3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -662,17 +662,17 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "20.1.0" +version = "21.2.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.5" files = [ - {file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"}, - {file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"}, + {file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, + {file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, ] [package.dependencies] -setuptools = ">=3.0" +packaging = "*" [package.extras] eventlet = ["eventlet (>=0.24.1)"] @@ -2948,4 +2948,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1b0e6c6670900d9fd113f263ec044254fa7334b54a198b434a034361390abe2f" +content-hash = "4862dd32fa184dc2771bee37b155d29070b14b5c28aed90b7fadf91a6efb04f6" diff --git a/pyproject.toml b/pyproject.toml index 5e616a72eb86..51b4969e696e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ apprise = "^1.4.5" bcrypt = "^4.0.1" extruct = "^0.16.0" fastapi = "^0.104.1" -gunicorn = "^20.1.0" +gunicorn = "^21.0.0" httpx = "^0.26.0" lxml = "^4.7.1" orjson = "^3.8.0"