From a9942ec08420c9d6ebbac5a247fb4b79c551f734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 20:10:38 +0000 Subject: [PATCH] build(deps): Bump httpx in /services/context-broker Bumps [httpx](https://github.com/encode/httpx) from 0.26.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.26.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] --- services/context-broker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/context-broker/requirements.txt b/services/context-broker/requirements.txt index 9cb6a6a..b56df8f 100644 --- a/services/context-broker/requirements.txt +++ b/services/context-broker/requirements.txt @@ -30,7 +30,7 @@ kafka-python==2.0.2 aiokafka==0.10.0 # HTTP Client -httpx==0.26.0 +httpx==0.28.1 aiohttp==3.9.1 # Security