From e6c8ab7eb3d92944b271cf4a3f3be117294cad76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 14:21:23 +0000 Subject: [PATCH] fix: web-scraping/webpage-js-css-extractor/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- web-scraping/webpage-js-css-extractor/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-scraping/webpage-js-css-extractor/requirements.txt b/web-scraping/webpage-js-css-extractor/requirements.txt index 1f311f5c..8635d694 100644 --- a/web-scraping/webpage-js-css-extractor/requirements.txt +++ b/web-scraping/webpage-js-css-extractor/requirements.txt @@ -1,2 +1,3 @@ requests -bs4 \ No newline at end of file +bs4 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file