From 0d768318d05f4dc313f52a5c952c0081ba53b6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:02:18 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.26.6 to 2.6.0 in /jenkins_scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.6...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jenkins_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_scripts/requirements.txt b/jenkins_scripts/requirements.txt index 84879c470..be8fb5ffe 100644 --- a/jenkins_scripts/requirements.txt +++ b/jenkins_scripts/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==2.0.3 click==8.0.1 idna==3.2 requests==2.26.0 -urllib3==1.26.6 +urllib3==2.6.0 pex==2.1.21 wheel==0.36.2 markupsafe==2.0.1