From c6a197927618d4b1c2d0f5ddb876fa1973b02dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:44:25 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.0 in /install Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.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.2...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index bcfd549..c318d35 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -66,6 +66,6 @@ torchvision==0.17.2 tqdm==4.66.4 ttkbootstrap==1.10.1 typing_extensions==4.11.0 -urllib3==2.2.2 +urllib3==2.6.0 validators==0.28.3 wheel==0.35.1