From b4e460beca36f9bb7434898f073904889f7bd26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:03:10 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 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.0.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 b09b61f..33cc9a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ requests==2.31.0 SQLAlchemy==2.0.16 tqdm==4.65.0 typing_extensions==4.6.3 -urllib3==2.0.3 +urllib3==2.6.0 Werkzeug==2.3.6 wtf==0.1 WTForms==3.0.1