From 3fc288f1a700ef8105cdd7a404457052c8612f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:10:50 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.15 to 2.6.0 in /examples/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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/1.26.15...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 082f4ad..8b213df 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -119,7 +119,7 @@ tqdm==4.65.0 traitlets==5.9.0 trie==2.1.0 typing_extensions==4.5.0 -urllib3==1.26.15 +urllib3==2.6.0 varint==1.0.2 vvm==0.1.0 watchdog==2.3.1