From 0b2de1e2d98a04e2a976388e4a3c4bb8bce44691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:30:42 +0000 Subject: [PATCH] Bump urllib3 in /Umbrella/Samples/Deployments/VirtualAppliances Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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..fc11b9d 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.5.0 \ No newline at end of file