From a7c765c094ce2136c4179cb227959d65056cfad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:10:19 +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] --- requirements.txt | 2 +- requirements_notebook.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d739a4c..405ef1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ pycparser==2.22 python-dotenv==1.0.1 requests==2.32.4 typing_extensions==4.12.0 -urllib3==2.5.0 +urllib3==2.6.0 websocket-client==1.8.0 wrapt==1.16.0 diff --git a/requirements_notebook.txt b/requirements_notebook.txt index 128a2ce..8615659 100644 --- a/requirements_notebook.txt +++ b/requirements_notebook.txt @@ -91,7 +91,7 @@ traitlets==5.14.3 types-python-dateutil==2.9.0.20240316 typing_extensions==4.12.0 uri-template==1.3.0 -urllib3==2.5.0 +urllib3==2.6.0 wcwidth==0.2.13 webcolors==24.6.0 webencodings==0.5.1