From 87952701e0d2321c14734484c996238e52f209aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:43:28 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /Framework/script/RepoCleaner Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 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 e39847854f..bcd694321d 100644 --- a/Framework/script/RepoCleaner/requirements.txt +++ b/Framework/script/RepoCleaner/requirements.txt @@ -9,4 +9,4 @@ PyYAML==6.0.1 requests==2.32.2 responses==0.25.0 six==1.16.0 -urllib3==2.2.1 +urllib3==2.2.2