From 4ddf6fa308a492f68a342835f708cb8ab116e993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:50:00 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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..0aba18a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ pyarrow==22.0.0 # Apache Arrow # ---------------------------------------------------------------------------- # 工具库 # ---------------------------------------------------------------------------- -requests==2.32.5 # HTTP 请求 +requests==2.33.0 # HTTP 请求 aiohttp==3.13.2 # 异步 HTTP 客户端 tenacity==9.1.2 # 重试机制 tqdm==4.67.1 # 进度条