From c4bb89e9da5e8c907a2bac2da017fc57e4c0925a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:14:38 +0000 Subject: [PATCH] chore(deps)(deps): update tenacity requirement from >=9.0.0 to >=9.1.4 Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.0.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.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 d0e8f21..55013e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ watchdog>=3.0.0 # 文件监控,用于配置热重载 httpx>=0.26.0 aiohttp>=3.11.0 requests>=2.32.5 -tenacity>=9.0.0 # 重试机制 +tenacity>=9.1.4 # 重试机制 # -------------------- 音视频处理 -------------------- ffmpeg-python==0.2.0