diff --git a/poetry.lock b/poetry.lock index d130baf..f019f64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "amqp" @@ -775,7 +775,7 @@ reference = "tsinghua" [[package]] name = "django-comment-migrate" version = "0.1.7" -description = "An app that provides Django model comment migration " +description = "An app that provides Django model comment migration" optional = false python-versions = ">=3.6" groups = ["main"] @@ -1272,24 +1272,23 @@ reference = "tsinghua" [[package]] name = "gunicorn" -version = "21.2.0" +version = "26.2.0" description = "WSGI HTTP Server for UNIX" optional = false -python-versions = ">=3.5" +python-versions = ">=3.10" groups = ["main"] 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-26.2.0-py3-none-any.whl", hash = "sha256:bd249d0b3f7972f7432f0a6b6ff3b3ee2d129f70cd1ff6c09a9dd9e29a2b88e3"}, + {file = "gunicorn-26.2.0.tar.gz", hash = "sha256:62b864895d9ebff0b2f9867ba04fe811c93121596540830c9c916d0769668447"}, ] -[package.dependencies] -packaging = "*" - [package.extras] -eventlet = ["eventlet (>=0.24.1)"] -gevent = ["gevent (>=1.4.0)"] +fast = ["gunicorn_h1c (>=0.6.9)"] +gevent = ["gevent (>=24.10.1)", "packaging"] +http2 = ["h2 (>=4.4.1)"] setproctitle = ["setproctitle"] -tornado = ["tornado (>=0.2)"] +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.source] type = "legacy" @@ -1480,7 +1479,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -1575,7 +1574,7 @@ librabbitmq = ["librabbitmq (>=2.0.0) ; python_version < \"3.11\""] mongodb = ["pymongo (==4.15.3)"] msgpack = ["msgpack (==1.1.2)"] pyro = ["pyro4 (==4.82)"] -qpid = ["qpid-python (==1.36.0-1)", "qpid-tools (==1.36.0-1)"] +qpid = ["qpid-python (==1.36.0.post1)", "qpid-tools (==1.36.0.post1)"] redis = ["redis (>=4.5.2,!=4.5.5,!=5.0.2,<6.5)"] slmq = ["softlayer_messaging (>=1.0.3)"] sqlalchemy = ["sqlalchemy (>=1.4.48,<2.1)"] @@ -2772,4 +2771,4 @@ reference = "tsinghua" [metadata] lock-version = "2.1" python-versions = ">=3.12.11,<3.13" -content-hash = "d70f46ac67b83ad5f5005280a6bae9c3e17547d6107eed49ce4793fe9eb21b64" +content-hash = "0dd944a81093309ec686f1485befd1bf13eb5bc7039cd4e95cc8f14b9e353195" diff --git a/pyproject.toml b/pyproject.toml index ce233a2..4e7457c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ user-agents = "2.2.0" six = "1.16.0" whitenoise = "6.6.0" uvicorn = "0.23.2" -gunicorn = "21.2.0" +gunicorn = "26.2.0" gevent = "23.9.1" pillow = "10.1.0" dvadmin-celery = "1.0.5"