From d338eb91087e6c6f1c8e61ee9204823ce9453fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:10:05 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /setup Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements_python-3.13.in | 2 +- setup/requirements_python-3.13.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/requirements_python-3.13.in b/setup/requirements_python-3.13.in index 3e38ae0..8cc86ed 100644 --- a/setup/requirements_python-3.13.in +++ b/setup/requirements_python-3.13.in @@ -229,7 +229,7 @@ toml==0.10.2 tomli_w==1.2.0 tomlkit==0.13.2 ujson==5.10.0 -urllib3==2.5.0 # BUMPED DUE TO SECURITY ISSUE +urllib3==2.6.0 # BUMPED DUE TO SECURITY ISSUE wcwidth==0.2.13 webencodings==0.5.1 xlrd==2.0.1 diff --git a/setup/requirements_python-3.13.txt b/setup/requirements_python-3.13.txt index a77aa15..bee0cf0 100644 --- a/setup/requirements_python-3.13.txt +++ b/setup/requirements_python-3.13.txt @@ -1066,7 +1066,7 @@ ujson==5.10.0 # via -r requirements_python-3.13.in uri-template==1.3.0 # via jsonschema -urllib3==2.5.0 +urllib3==2.6.0 # via # -r requirements_python-3.13.in # dulwich