From 73f2460a51d826fd806c68bbef06907ad084a63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 14:29:18 +0000 Subject: [PATCH] Update httpx requirement from >=0.28.0 to >=0.28.1 in /agent Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [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.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/requirements.txt b/agent/requirements.txt index ed7a1ed..04115d6 100644 --- a/agent/requirements.txt +++ b/agent/requirements.txt @@ -1,3 +1,3 @@ -httpx>=0.28.0 +httpx>=0.28.1 google-auth>=2.29.0 google-api-python-client>=2.130.0