diff --git a/poetry.lock b/poetry.lock index babda07..dd364a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,22 +358,23 @@ injector = ">=0.20.0" [[package]] name = "gunicorn" -version = "21.2.0" +version = "23.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-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [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]] @@ -1007,4 +1008,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "73ef8908e068bf63c5f3dfa2152cefe7b7aa08e2afed49f69b7789edd5cc0a4e" +content-hash = "546fa0f9b8c75508d6bf00816c5c6f8986bf0c6f9a8f21ae8bb4d0a00e4b96e8" diff --git a/pyproject.toml b/pyproject.toml index e54e303..7d41b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.12" ansible = "9.9.0" Flask = "3.0.3" Flask-Injector = "0.15.0" -gunicorn = "21.2.0" +gunicorn = "23.0.0" injector = "0.22.0" NamedAtomicLock = "1.1.3" pydantic = "2.9.1"