From 26bc1ce890dc1cb51da031ceba3982e5809f4618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:14:50 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9031aa69..953b22e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "termcolor==1.1.0", "texttable==1.6.4", "threadpoolctl==3.1.0", - "urllib3==2.5.0", + "urllib3==2.6.0", "validators==0.20.0", "treelib==1.6.1", "numpy==1.24.4", diff --git a/requirements.txt b/requirements.txt index eba4c072..14c52ee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,6 +41,6 @@ toml==0.10.2 tomli==2.0.1 treelib==1.7.1 unipath==1.1 -urllib3==2.5.0 +urllib3==2.6.0 validators==0.22.0 yattag==1.15.2