From f3ca2cdafdd729b0175235e9a6ae248a2c769345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:33:53 +0000 Subject: [PATCH] deps(deps): bump httpx from 0.25.2 to 0.28.1 Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.28.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fa02ef..ed43816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dateutil==2.8.2 # Development & Testing pytest==7.4.3 pytest-asyncio==0.21.1 -httpx==0.25.2 +httpx==0.28.1 # Frontend streamlit==1.28.2