diff --git a/poetry.lock b/poetry.lock index 621fdc1b5..efc9f25d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1925,14 +1925,14 @@ test = ["objgraph", "psutil", "setuptools"] [[package]] name = "gunicorn" -version = "24.1.1" +version = "25.0.1" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8"}, - {file = "gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408"}, + {file = "gunicorn-25.0.1-py3-none-any.whl", hash = "sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1"}, + {file = "gunicorn-25.0.1.tar.gz", hash = "sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946"}, ] [package.dependencies] @@ -1942,8 +1942,9 @@ packaging = "*" [package.extras] eventlet = ["eventlet (>=0.40.3)"] gevent = ["gevent (>=24.10.1)"] +http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "pytest", "pytest-asyncio", "pytest-cov"] +testing = ["coverage", "eventlet (>=0.40.3)", "gevent (>=24.10.1)", "h2 (>=4.1.0)", "httpx[http2]", "pytest", "pytest-asyncio", "pytest-cov", "uvloop (>=0.19.0)"] tornado = ["tornado (>=6.5.0)"] [[package]] @@ -5977,4 +5978,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "0bf24b96733e155cbeba0f0c0f7929b46a88898607fd6ab96a7da6cb6a84c819" +content-hash = "31a6c990253c154f2d2eaa3c819b3137cc9d7c76b123bfd106b111e617921521" diff --git a/pyproject.toml b/pyproject.toml index d3812673a..790b61efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flask-bcrypt = "==1.0.1" flask-migrate = "==4.1.0" flask-redis = "==0.4.0" flask-sqlalchemy = "^3.1.1" -gunicorn = {version = "==24.1.1", extras = ["gevent"]} +gunicorn = {version = "==25.0.1", extras = ["gevent"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.26.0", extras = ["format"]} lxml = "==6.0.2"