From 8e23dd20e3098820ebf259e77143ce6d5a46dcfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:05:02 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.26.0 to 0.28.1 in /coffee-relay 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] --- coffee-relay/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffee-relay/requirements-test.txt b/coffee-relay/requirements-test.txt index 81c6bb7..0ef1c6a 100644 --- a/coffee-relay/requirements-test.txt +++ b/coffee-relay/requirements-test.txt @@ -2,5 +2,5 @@ pytest==7.4.4 pytest-asyncio==1.3.0 pytest-cov==7.0.0 -httpx==0.26.0 +httpx==0.28.1 pytest-mock==3.12.0