From 5853de0267dd5fdd25e76eeefff72667d8d31649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:31:53 +0000 Subject: [PATCH] deps(deps): update httpx requirement from >=0.27.0 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.27.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 5e5a6a7..2480fec 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -168,4 +168,4 @@ defusedxml==0.7.1 # [稳定层] XXE/亿笑/decompression bomb # opentelemetry-sdk>=1.27.0 # opentelemetry-exporter-otlp>=1.27.0 # opentelemetry-instrumentation-fastapi>=0.48b0 -httpx[http2]>=0.27.0 # APNs (HTTP/2 强制) + 异步 HTTP API client +httpx[http2]>=0.28.1 # APNs (HTTP/2 强制) + 异步 HTTP API client diff --git a/requirements/base.txt b/requirements/base.txt index 8992cef..b555ffe 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -61,4 +61,4 @@ websockets==12.0 psutil==5.9.6 # HTTP 异步 -httpx[http2]>=0.27.0 +httpx[http2]>=0.28.1