From be33fb2bbf9d2c3826957f48dd7912a3950810b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 09:32:10 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- 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..9a636dc3 100644 --- a/WEB SCRAPING/Weather Forcasting/requirements.txt +++ b/WEB SCRAPING/Weather Forcasting/requirements.txt @@ -1 +1,2 @@ requests==2.25.1 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability