From 6a4d837d375a9fb6575584a3c9d05520d4f42845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 06:22:04 +0000 Subject: [PATCH] fix: Python/Github_Issues_PRs_Scrapper/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- Python/Github_Issues_PRs_Scrapper/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/Github_Issues_PRs_Scrapper/requirements.txt b/Python/Github_Issues_PRs_Scrapper/requirements.txt index b7180a5a5..9bef39359 100644 --- a/Python/Github_Issues_PRs_Scrapper/requirements.txt +++ b/Python/Github_Issues_PRs_Scrapper/requirements.txt @@ -2,3 +2,4 @@ PyGithub==1.54.1 python-decouple==3.4 json sys +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability