From 65797cca51feb1be4e202468a8da44f362db29a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:22:38 +0000 Subject: [PATCH] Update httpx requirement from >=0.24 to >=0.28.1 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.24.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 670e3ba4..501a8b1c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ wheel # used in unit test only opentelemetry-sdk opentelemetry-instrumentation-grpc -httpx>=0.24 +httpx>=0.28.1 pyOpenSSL>=26.0.0 # needed for type checking Flask>=1.1