From 277d795b4bbc33e64f1cc140b58f5cf7d27a7eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:46:44 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /Framework/script/RepoCleaner 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] --- Framework/script/RepoCleaner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/script/RepoCleaner/requirements.txt b/Framework/script/RepoCleaner/requirements.txt index 28fdbcb349..a2be26c532 100644 --- a/Framework/script/RepoCleaner/requirements.txt +++ b/Framework/script/RepoCleaner/requirements.txt @@ -9,6 +9,6 @@ PyYAML==6.0.1 requests==2.32.2 responses==0.25.0 six==1.16.0 -urllib3==2.2.2 +urllib3==2.5.0 qcrepocleaner~=1.9 setuptools~=70.3.0 \ No newline at end of file