From c3f19eb8f80439d0b2a9901d59fa500d08065cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:04:45 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 2.6.0 in /Fetch_Contributions Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.26.6...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Fetch_Contributions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fetch_Contributions/requirements.txt b/Fetch_Contributions/requirements.txt index 180e2d22f3..94205c6732 100644 --- a/Fetch_Contributions/requirements.txt +++ b/Fetch_Contributions/requirements.txt @@ -12,4 +12,4 @@ requests==2.31.0 six==1.16.0 soupsieve==2.2.1 tabulate==0.8.9 -urllib3==1.26.6 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file