From eb9607a00708855fbd977975506a971563f32cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:06:22 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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.19...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Deployments/NetworkTunnel/monitor-tunnel/Requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbrella/Samples/Deployments/NetworkTunnel/monitor-tunnel/Requirements.txt b/Umbrella/Samples/Deployments/NetworkTunnel/monitor-tunnel/Requirements.txt index 8bbf200..81778cd 100644 --- a/Umbrella/Samples/Deployments/NetworkTunnel/monitor-tunnel/Requirements.txt +++ b/Umbrella/Samples/Deployments/NetworkTunnel/monitor-tunnel/Requirements.txt @@ -3,5 +3,5 @@ charset-normalizer==2.0.12 idna==3.7 prettytable==3.1.1 requests==2.32.4 -urllib3==1.26.19 +urllib3==2.6.0 wcwidth==0.2.5