diff --git a/poetry.lock b/poetry.lock index 22b6a96..08ba507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1409,27 +1409,26 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "26.0.0" +version = "26.1.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc"}, - {file = "gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"}, + {file = "gunicorn-26.1.0-py3-none-any.whl", hash = "sha256:9f45bcddec5e9dc7a25a3bdccb0c6832f11fd5d4739b1ee36c8d2fec25f1dc86"}, + {file = "gunicorn-26.1.0.tar.gz", hash = "sha256:1413d777bf99d31ebeb08acd354b01f1ecc44db0aa7b811ae7b86c669232e4f7"}, ] [package.dependencies] -packaging = "*" setproctitle = {version = "*", optional = true, markers = "extra == \"setproctitle\""} [package.extras] -fast = ["gunicorn_h1c (>=0.6.5)"] -gevent = ["gevent (>=24.10.1)"] -http2 = ["h2 (>=4.1.0)"] +fast = ["gunicorn_h1c (>=0.6.6)"] +gevent = ["gevent (>=24.10.1)", "packaging"] +http2 = ["h2 (>=4.4.1)"] setproctitle = ["setproctitle"] -testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] -tornado = ["tornado (>=6.5.0)"] +testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.4.1)", "httpx[http2] (>=0.23.0)", "inotify (>=0.2.10) ; sys_platform == \"linux\"", "packaging", "pytest (>=9.0.3)", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] +tornado = ["tornado (>=6.5.7)"] [[package]] name = "hiredis" @@ -2453,18 +2452,6 @@ files = [ {file = "orjson-3.12.0.tar.gz", hash = "sha256:d14203fb1aae2ad9b3d52f8a0e82aeb10197ef1c9bc61da7f358bd70b00123d5"}, ] -[[package]] -name = "packaging" -version = "26.3" -description = "Core utilities for Python packages" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "packaging-26.3-py3-none-any.whl", hash = "sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c"}, - {file = "packaging-26.3.tar.gz", hash = "sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79"}, -] - [[package]] name = "pathspec" version = "1.1.1" @@ -4479,4 +4466,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "c17018f1d382c7c4df01aea38bde59f8d0e1f14e2dbde22a5bccda7762c025d8" +content-hash = "f9058a68fd84277b3175e4f7d8a6e318c346ba9a9256812aedb77b6491762834" diff --git a/pyproject.toml b/pyproject.toml index a9b266b..c0da9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10,<3.15" dependencies = [ "redis[hiredis] (>=5.0.0,<6.0.0)", "flask-restx (>=1.3.2)", - "gunicorn[setproctitle] (>=26.0.0)", + "gunicorn[setproctitle] (>=26.1.0)", "lacuscore (>=1.25.3)", "rich (>=15.0.0)", "psutil (>=7.2.2)",