From b2026e8b4e4a805f271ca1785cfeae3c1e469d4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:20:58 +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-REQUESTS-10305723 --- WEB SCRAPING/Weather Forcasting/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB SCRAPING/Weather Forcasting/requirements.txt b/WEB SCRAPING/Weather Forcasting/requirements.txt index 9d84d358..bd6f2345 100644 --- a/WEB SCRAPING/Weather Forcasting/requirements.txt +++ b/WEB SCRAPING/Weather Forcasting/requirements.txt @@ -1 +1 @@ -requests==2.25.1 +requests==2.32.4