From 49a0884524b9e25b7b3625d8bb289dddaccc46d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 06:31:09 +0000 Subject: [PATCH] fix: Python/Linkedin_Wishes_Sender/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 --- Python/Linkedin_Wishes_Sender/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/Linkedin_Wishes_Sender/requirements.txt b/Python/Linkedin_Wishes_Sender/requirements.txt index d6dec1dfb..1640f6bff 100644 --- a/Python/Linkedin_Wishes_Sender/requirements.txt +++ b/Python/Linkedin_Wishes_Sender/requirements.txt @@ -2,3 +2,4 @@ beautifulsoup4==4.9.3 python-dotenv==0.18.0 selenium==3.141.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability