diff --git a/backend/poetry.lock b/backend/poetry.lock index 3a84d664c..af1c2b8d7 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1221,26 +1221,25 @@ grpc = ["grpcio (>=1.44.0,<2.0.0)"] [[package]] name = "gunicorn" -version = "25.3.0" +version = "26.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.10" groups = ["prod"] files = [ - {file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"}, - {file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"}, + {file = "gunicorn-26.0.0-py3-none-any.whl", hash = "sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc"}, + {file = "gunicorn-26.0.0.tar.gz", hash = "sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf"}, ] [package.dependencies] packaging = "*" [package.extras] -eventlet = ["eventlet (>=0.40.3)"] -fast = ["gunicorn_h1c (>=0.6.3)"] +fast = ["gunicorn_h1c (>=0.6.5)"] gevent = ["gevent (>=24.10.1)"] http2 = ["h2 (>=4.1.0)"] setproctitle = ["setproctitle"] -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)"] +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)"] [[package]] @@ -2716,4 +2715,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = ">=3.14" -content-hash = "a03654e73f8b4d6ea9c7740b74cfc226e9c6e116ce84e305ffbf179ed9ff4220" +content-hash = "85e5f49ec24f9687650b62e08cadc5e4a64464a07ab0b6e4f03d4f4cbb1006af" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 153c1db35..de2081245 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -93,7 +93,7 @@ psycopg = {extras = ["binary"], version = "3.3.4"} optional = true [tool.poetry.group.prod.dependencies] -gunicorn = "25.3.0" +gunicorn = "26.0.0" psycopg = {extras = ["c"], version = "3.3.4"} [tool.poetry.group.test.dependencies]