From 18fcdbd4c3563c457d68b61f77157ced1af82f82 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sat, 21 Jun 2025 09:40:43 +0000 Subject: [PATCH] fix: WEB SCRAPING/WebScraping/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 --- WEB SCRAPING/WebScraping/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB SCRAPING/WebScraping/requirements.txt b/WEB SCRAPING/WebScraping/requirements.txt index cf54fa49..21d2eda8 100644 --- a/WEB SCRAPING/WebScraping/requirements.txt +++ b/WEB SCRAPING/WebScraping/requirements.txt @@ -1,2 +1,3 @@ requests==2.25.1 beautifulsoup4==4.9.3 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability