From 38d0b2834259207e84119a85563cb50398fca88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:03:34 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.13.2 to 3.13.4 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84b4c57..d202a72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ pyarrow==22.0.0 # Apache Arrow # 工具库 # ---------------------------------------------------------------------------- requests==2.32.5 # HTTP 请求 -aiohttp==3.13.2 # 异步 HTTP 客户端 +aiohttp==3.13.4 # 异步 HTTP 客户端 tenacity==9.1.2 # 重试机制 tqdm==4.67.1 # 进度条