From f6835aa1d3f76555a88c423585eea470285cd15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:23:52 +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] --- .../requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" index 3d9e933..5de7990 100644 --- "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" +++ "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" @@ -165,4 +165,4 @@ safety==3.0.1 # [稳定层] 依赖 CVE 检查 # 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