From be51c1c87d5bdb11f245413bde1a65a29eb40057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 01:59:17 +0000 Subject: [PATCH] Bump urllib3 in /Umbrella/Samples/Deployments/VirtualAppliances Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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/2.2.2...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Umbrella/Samples/Deployments/VirtualAppliances/Requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbrella/Samples/Deployments/VirtualAppliances/Requirements.txt b/Umbrella/Samples/Deployments/VirtualAppliances/Requirements.txt index 84b0672..f54cde7 100644 --- a/Umbrella/Samples/Deployments/VirtualAppliances/Requirements.txt +++ b/Umbrella/Samples/Deployments/VirtualAppliances/Requirements.txt @@ -6,4 +6,4 @@ pip==23.3 requests==2.32.2 requests-oauthlib==1.3.1 setuptools==78.1.1 -urllib3==2.2.2 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file