diff --git a/poetry.lock b/poetry.lock index 4876b9cb..ba915dfb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -686,24 +686,22 @@ files = [ [[package]] name = "gunicorn" -version = "23.0.0" +version = "26.1.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" files = [ - {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, - {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, + {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 = "*" - [package.extras] -eventlet = ["eventlet (>=0.24.1,!=0.36.0)"] -gevent = ["gevent (>=1.4.0)"] +fast = ["gunicorn_h1c (>=0.6.6)"] +gevent = ["gevent (>=24.10.1)", "packaging"] +http2 = ["h2 (>=4.4.1)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"] -tornado = ["tornado (>=0.2)"] +testing = ["coverage", "gevent (>=24.10.1)", "h2 (>=4.4.1)", "httpx[http2] (>=0.23.0)", "inotify (>=0.2.10)", "packaging", "pytest (>=9.0.3)", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] +tornado = ["tornado (>=6.5.7)"] [[package]] name = "hyperlink" @@ -1334,4 +1332,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.7" -content-hash = "d93dcf7ab0df79c6ea9e8908b7dd4feb2adb3b9fe41a8e6a4341b32e28f8861b" +content-hash = "ee611b34cc65868ff226022a186ebf323513c4816ab09043aaeb242e19bede56" diff --git a/pyproject.toml b/pyproject.toml index aabe08b4..befe50f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.14.7" django = "5.2.17" -gunicorn = "23.0.0" +gunicorn = "26.1.0" pyjwt = "2.10.1" psycopg2-binary = "2.9.12" fontawesomefree = "6.6.0"