From fde27ded7522d5830c2db186cf567c0aa4ae434d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:45:16 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 2.6.0 in /LeetCode-Scrapper Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 2.6.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.25.11...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LeetCode-Scrapper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeetCode-Scrapper/requirements.txt b/LeetCode-Scrapper/requirements.txt index 494d37a669..2d037c22b3 100644 --- a/LeetCode-Scrapper/requirements.txt +++ b/LeetCode-Scrapper/requirements.txt @@ -1,4 +1,4 @@ fpdf==1.7.2 requests==2.31.0 selenium==3.141.0 -urllib3==1.25.11 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file