From b1f86e2721c63514ad5ed22876dcf23904cdd946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:53:05 +0000 Subject: [PATCH] build(deps): bump httpx from 0.27.0 to 0.28.1 Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 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.27.0...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 d12afff..9fd1e3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ isort==5.13.2 pytest==8.2.0 pytest-cov==5.0.0 coverage==7.5.1 -httpx==0.27.0 +httpx==0.28.1 # --- Agent orchestration --- langgraph==1.1.6