From 47a5fd672b55fd9adf10fb4e199142b00c000d9e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 7 Feb 2026 00:00:20 +0100 Subject: [PATCH] upgrade httpx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5