From b69a7a59093f6f9957a467ace7dd01366daf26cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:21:43 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /Python Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 2c0dc9c..041812f 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.6.3 +urllib3==2.7.0 wcwidth==0.2.13 webcolors==24.11.1 webencodings==0.5.1 diff --git a/Python/requirements.txt b/Python/requirements.txt index b8048b3..a57b1b0 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -17,4 +17,4 @@ pytz==2024.2 requests==2.33.0 six==1.17.0 tzdata==2025.1 -urllib3==2.6.3 +urllib3==2.7.0