From c6612520b550095507438f6a414d9587c0f6d630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:10:26 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /Python 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] --- Python/requirements-notebook.txt | 2 +- Python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/requirements-notebook.txt b/Python/requirements-notebook.txt index 3c983ff..66c2c56 100644 --- a/Python/requirements-notebook.txt +++ b/Python/requirements-notebook.txt @@ -97,7 +97,7 @@ types-python-dateutil==2.9.0.20241206 typing_extensions==4.12.2 tzdata==2025.1 uri-template==1.3.0 -urllib3==2.5.0 +urllib3==2.6.0 wcwidth==0.2.13 webcolors==24.11.1 webencodings==0.5.1 diff --git a/Python/requirements.txt b/Python/requirements.txt index 9fea102..4e2ee64 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -17,4 +17,4 @@ pytz==2024.2 requests==2.32.4 six==1.17.0 tzdata==2025.1 -urllib3==2.5.0 +urllib3==2.6.0