From 7dcf238b9dccc201396b830b42b772c511c6e076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:01:31 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 2.6.3 in /LeetCode-Scrapper Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 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/1.25.11...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..8d8db82b00 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.3 \ No newline at end of file