From 81d55876ade998ef3ae29282750872abfa2d3f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:17:33 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.6 to 2.6.3 in /lib/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..d50746800 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.3 \ No newline at end of file