From 118517d2450b028a257d188c1e259e9e7ea2aeae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 12:15:02 +0000 Subject: [PATCH] fix: WEB SCRAPING/Weather Forcasting/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- WEB SCRAPING/Weather Forcasting/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB SCRAPING/Weather Forcasting/requirements.txt b/WEB SCRAPING/Weather Forcasting/requirements.txt index 9d84d358..12189fd6 100644 --- a/WEB SCRAPING/Weather Forcasting/requirements.txt +++ b/WEB SCRAPING/Weather Forcasting/requirements.txt @@ -1 +1,2 @@ requests==2.25.1 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability