From 668aaacf5d2b49ea3fb75062420bc3f117d7fe27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:15:46 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.3 in /setup Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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/2.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..8387084 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.3 # 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..0780de0 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.3 # via # -r requirements_python-3.13.in # dulwich