From 8e8183912edd11b9f758665067db6589bedd1594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:15:42 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.0 to 2.5.0 in /Python/faster-whisper Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/faster-whisper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/faster-whisper/requirements.txt b/Python/faster-whisper/requirements.txt index 515051d..5193fe1 100644 --- a/Python/faster-whisper/requirements.txt +++ b/Python/faster-whisper/requirements.txt @@ -22,4 +22,4 @@ sympy==1.12 tokenizers==0.15.2 tqdm==4.66.2 typing_extensions==4.9.0 -urllib3==2.2.0 +urllib3==2.5.0