From 969803333df0ba52015ec7a4052c800d35c11aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:48:47 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 2.6.3. - [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.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..b5edb20e58 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.6.3 user-agents==2.2.0 wcwidth==0.1.7 diff --git a/setup.py b/setup.py index bea2699fa2..34497ad606 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.6.3', 'wcwidth==0.1.7', ], entry_points={