From 82b6bc42fa8f25f6ec55b5f4a56c1224c07fbd16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 10:11:48 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- 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..34fa20c8 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.0 # not directly required, pinned by Snyk to avoid a vulnerability