From 5ba6dbc83e6bcab7a4425295e2725199e6535f97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 10:03:52 +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-14896210 --- 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..b4b45c135 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.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file