From a0c5be75eb9f6e944b8b1178e9a191dc132e9c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:06:46 +0000 Subject: [PATCH] Bump urllib3 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] --- .../Deployments/NetworkTunnel/create-tunnel/Requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbrella/Samples/Deployments/NetworkTunnel/create-tunnel/Requirements.txt b/Umbrella/Samples/Deployments/NetworkTunnel/create-tunnel/Requirements.txt index 617b399..0816d9e 100644 --- a/Umbrella/Samples/Deployments/NetworkTunnel/create-tunnel/Requirements.txt +++ b/Umbrella/Samples/Deployments/NetworkTunnel/create-tunnel/Requirements.txt @@ -3,5 +3,5 @@ charset-normalizer==2.0.12 idna==3.7 prettytable==3.1.1 requests==2.32.2 -urllib3==2.6.3 +urllib3==2.7.0 wcwidth==0.2.5