diff --git a/poetry.lock b/poetry.lock index a8ff04c1b..33af02504 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 = "4ff6f12d4e65f9665b8c9947b18cb08986705c2f23873b85d8b54d10340a8145" +content-hash = "10eb6d4f813f8beb179ded5724cc6024eaf6f346dc8d2a6440e2eb30580425e7" diff --git a/pyproject.toml b/pyproject.toml index 359408245..61e466e53 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"