From c608057d9e2e2b62d1ad662714a9f0dc25a9a800 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 12:01:20 +0000 Subject: [PATCH] chore(deps): update dependency httpx to v0.28.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a669791..7f73751 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core asyncpg==0.29.0 -httpx==0.27.0 +httpx==0.28.1 fastapi==0.111.0 uvicorn[standard]==0.29.0 pydantic==2.7.0 @@ -15,4 +15,4 @@ vaderSentiment==3.3.2 # Testing pytest==8.2.0 pytest-asyncio==0.23.6 -httpx==0.27.0 +httpx==0.28.1 -- 2.52.0