From cd246f71dd31ac5f26fe5ecb310c74a949076307 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 09:08:43 +0000 Subject: [PATCH] fix: projects/Instagram_profile/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- projects/Instagram_profile/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Instagram_profile/requirements.txt b/projects/Instagram_profile/requirements.txt index 37b743900..cef0a90e4 100644 --- a/projects/Instagram_profile/requirements.txt +++ b/projects/Instagram_profile/requirements.txt @@ -25,5 +25,5 @@ retrying==1.3.3 six==1.14.0 soupsieve==2.0.1 tqdm==4.50.0 -urllib3==1.26.5 +urllib3==2.6.3 webencodings==0.5.1