From 4738ed48a9aa5096f0683185b6157590d7be7d51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 09:46:24 +0000 Subject: [PATCH] fix: projects/Web_scraping_a_youtube_comment/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- projects/Web_scraping_a_youtube_comment/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Web_scraping_a_youtube_comment/requirements.txt b/projects/Web_scraping_a_youtube_comment/requirements.txt index 600b6ebbe..b54e17cc6 100644 --- a/projects/Web_scraping_a_youtube_comment/requirements.txt +++ b/projects/Web_scraping_a_youtube_comment/requirements.txt @@ -1 +1,2 @@ selenium==3.141.0 +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability