From 1281ef884b2a77e8b6f76bfeb2be7d0921ea7a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Dec 2025 11:42:25 +0000 Subject: [PATCH] fix: projects/Snapshot_of_given_website/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/Snapshot_of_given_website/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Snapshot_of_given_website/requirements.txt b/projects/Snapshot_of_given_website/requirements.txt index a89be0062..3c2f7f5ec 100644 --- a/projects/Snapshot_of_given_website/requirements.txt +++ b/projects/Snapshot_of_given_website/requirements.txt @@ -1,2 +1,3 @@ selenium==3.141.0 chromedriver-binary==85.0.4183.38.0 +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability