From: Guillaume Pellerin Date: Fri, 6 Feb 2026 23:00:20 +0000 (+0100) Subject: upgrade httpx X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=47a5fd672b55fd9adf10fb4e199142b00c000d9e;p=teleforma.git upgrade httpx --- diff --git a/pyproject.toml b/pyproject.toml index 934787d3..3200bea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ psycopg2 = "2.8.6" redis = "3.5.3" uwsgi = "2.0.30" uvicorn = {version = "0.18.1", extras = ["standard"]} -httpx = "0.23.3" +httpx = "0.28.1" django-storages = {extras = ["s3"], version = "^1.14.2"} boto3 = "^1.34.89" ipython = "^8.23.0"