From d421786176ac299a4c11b8580176f62bd4045fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:39:22 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 2.5.0 in /Python_lib/boomerang Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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/1.22...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python_lib/boomerang/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Python_lib/boomerang/requirements.txt diff --git a/Python_lib/boomerang/requirements.txt b/Python_lib/boomerang/requirements.txt old mode 100755 new mode 100644 index 4a381c4..146d415 --- a/Python_lib/boomerang/requirements.txt +++ b/Python_lib/boomerang/requirements.txt @@ -40,5 +40,5 @@ sphinx-rtd-theme==0.2.4 sphinxcontrib-websupport==1.0.1 tornado==4.5.3 typed-ast==1.1.0 -urllib3==1.22 +urllib3==2.5.0 wrapt==1.10.11