From 33121fd8102391cb67a26fcc68cf5067c0bc6703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:11:17 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /python/common 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/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/common/requirements.txt b/python/common/requirements.txt index 6f1491ecce..52d43c329a 100644 --- a/python/common/requirements.txt +++ b/python/common/requirements.txt @@ -4,5 +4,5 @@ charset-normalizer==3.4.6 idna==3.11 # protobuf==3.20.3 requests==2.32.5 -urllib3==2.6.3 +urllib3==2.7.0 vcgencmd==0.1.1