From 099cb51c7187e4c56fc278ba0454e8681c4be66c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 08:49:43 +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-14896210 --- 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..2d81f0c30 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.3 # not directly required, pinned by Snyk to avoid a vulnerability