From 5ac383098503fb584edada9514b4c3d84d0cee11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:05:48 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.6 to 2.6.0 in /lib/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.6...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/requirements.txt b/lib/python/requirements.txt index 3b0bba41d..72b4c4ca6 100644 --- a/lib/python/requirements.txt +++ b/lib/python/requirements.txt @@ -3,4 +3,4 @@ packaging==24.2 PyJWT[crypto]==2.10.1 PyYAML==6.0.2 requests==2.32.3 -urllib3==1.26.6 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file