From 5956eff1b5703e138085db4946ed31003851d77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:42:23 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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/1.22...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fab040c8..8e77be726 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ requests-toolbelt==0.8.0 six==1.10.0 tqdm==4.15.0 unicodecsv==0.14.1 -urllib3==1.22 +urllib3==2.7.0 xlrd==1.1.0 xlwt==1.3.0