From b90b3dfb2e69ce27b7f1b7f8bedfa3be1a199333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:31:27 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 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/1.26.9...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- venv_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv_requirements.txt b/venv_requirements.txt index bf3f61a..42555ff 100644 --- a/venv_requirements.txt +++ b/venv_requirements.txt @@ -61,7 +61,7 @@ torchmetrics==0.7.3 tqdm==4.63.1 transformers==4.15.0 typing-extensions==4.1.1 -urllib3==1.26.9 +urllib3==2.6.0 Werkzeug==2.1.1 wrapt==1.14.0 yarl==1.7.2