From: Guillaume Pellerin Date: Wed, 1 Jul 2026 14:45:28 +0000 (+0200) Subject: upgrade uwsgi X-Git-Tag: 3.0.2~6^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=714a20e6eff5da0fa0e1a04ac5495be67653c6e9;p=teleforma.git upgrade uwsgi --- diff --git a/poetry.lock b/poetry.lock index 75eac303..90527d08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2320,13 +2320,13 @@ test = ["aiohttp (>=3.10.5)", "flake8 (>=6.1,<7.0)", "mypy (>=0.800)", "psutil", [[package]] name = "uwsgi" -version = "2.0.30" +version = "2.0.31" description = "The uWSGI server" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "uwsgi-2.0.30.tar.gz", hash = "sha256:c12aa652124f062ac216077da59f6d247bd7ef938234445881552e58afb1eb5f"}, + {file = "uwsgi-2.0.31.tar.gz", hash = "sha256:e8f8b350ccc106ff93a65247b9136f529c14bf96b936ac5b264c6ff9d0c76257"}, ] [[package]] @@ -2629,4 +2629,4 @@ test = ["pytest"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "e5474efc138c1f718291b05458a45d74d16584fa23462db648c8ac2108285333" +content-hash = "9910ff1a7275243b41d12d930c19883e9adcf4215d90f9966107e41fd59e1d18" diff --git a/pyproject.toml b/pyproject.toml index ff1dd8c2..83d5b7f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ xlrd = "2.0.1" xlwt = "1.3.0" psycopg2 = "^2.9.11" redis = "^4.6.0" -uwsgi = "2.0.30" +uwsgi = "^2.0.31" uvicorn = {version = "0.18.1", extras = ["standard"]} httpx = "0.23.3" django-storages = {extras = ["s3"], version = "^1.14.2"}