From b48d00ad21a266717d9b057640ff4ff31d456e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:14:55 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.0 to 0.28.1 in /apps/brain_qa 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] --- apps/brain_qa/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/brain_qa/requirements.txt b/apps/brain_qa/requirements.txt index d042201..cc6ad5b 100644 --- a/apps/brain_qa/requirements.txt +++ b/apps/brain_qa/requirements.txt @@ -2,7 +2,7 @@ rank-bm25==0.2.2 datasketch>=1.6.0 pytest>=8.0.0 pytest-asyncio>=0.23.0 -httpx==0.27.0 +httpx==0.28.1 requests>=2.31.0 beautifulsoup4==4.12.3 reedsolo==1.7.0