From c71c4f6e91391eff0e97a3e8156483693773eb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:37:11 +0000 Subject: [PATCH] Bump urllib3 from 2.6.0 to 2.6.3 in /Framework/script/RepoCleaner Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [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.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 a35d78f800..199f5194ba 100644 --- a/Framework/script/RepoCleaner/requirements.txt +++ b/Framework/script/RepoCleaner/requirements.txt @@ -9,6 +9,6 @@ PyYAML==6.0.1 requests==2.32.4 responses==0.25.0 six==1.16.0 -urllib3==2.6.0 +urllib3==2.6.3 qcrepocleaner~=1.9 setuptools~=70.3.0 \ No newline at end of file