From 0ed7e54592ede0fee85a3040947d05e57942b4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:51:24 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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/1.24.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index edcf61cc8c..6ff569796b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,6 +57,6 @@ six==1.12.0 sqlparse==0.3.0 text-unidecode==1.3 tqdm==4.62.3 -urllib3==1.24.2 +urllib3==2.5.0 user-agents==2.2.0 wcwidth==0.1.7 diff --git a/setup.py b/setup.py index bea2699fa2..5056bc157d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'redis==3.2.1', 'requests==2.22.0', 'six==1.12.0', - 'urllib3==1.24.2', + 'urllib3==2.5.0', 'wcwidth==0.1.7', ], entry_points={