From 5ecbb0fe5213238dabf51ca53bbaad42129b897d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 07:09:55 +0000 Subject: [PATCH] fix: projects/download GeeksForGeeks articles/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 --- projects/download GeeksForGeeks articles/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/download GeeksForGeeks articles/requirements.txt b/projects/download GeeksForGeeks articles/requirements.txt index a65ab54dc..9d00ed625 100644 --- a/projects/download GeeksForGeeks articles/requirements.txt +++ b/projects/download GeeksForGeeks articles/requirements.txt @@ -1,3 +1,4 @@ requests==2.24.0 selenium==3.141.0 -webdriver-manager==3.2.2 \ No newline at end of file +webdriver-manager==3.2.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file