From c9dfdfb612f5b2c268c4c31c85687b203ae970bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:13:31 +0000 Subject: [PATCH] chore(deps)(deps): bump the http-clients group with 2 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production dependency-group: http-clients - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production dependency-group: http-clients ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0e8f21..bf67a5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,8 +18,8 @@ watchdog>=3.0.0 # 文件监控,用于配置热重载 # -------------------- HTTP/网络 -------------------- httpx>=0.26.0 -aiohttp>=3.11.0 -requests>=2.32.5 +aiohttp>=3.13.5 +requests>=2.33.1 tenacity>=9.0.0 # 重试机制 # -------------------- 音视频处理 --------------------