From 33d4c373b15b39ca392da5c1fe7a6efa0bc142b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:58:24 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /user_manual_builder 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] --- user_manual_builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual_builder/requirements.txt b/user_manual_builder/requirements.txt index c303513d4c..f2739e54a5 100644 --- a/user_manual_builder/requirements.txt +++ b/user_manual_builder/requirements.txt @@ -24,5 +24,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 typing_extensions==4.15.0 -urllib3==2.6.3 +urllib3==2.7.0 zipp==3.23.0