From 8c9c38c967ba756a4830c26a37875bff6e571ca9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Dec 2025 11:46:33 +0000 Subject: [PATCH] fix: projects/Geocoding/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 --- projects/Geocoding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Geocoding/requirements.txt b/projects/Geocoding/requirements.txt index 41e6aa31e..7a72eb2e5 100644 --- a/projects/Geocoding/requirements.txt +++ b/projects/Geocoding/requirements.txt @@ -2,4 +2,4 @@ certifi==2020.6.20 chardet==3.0.4 idna==2.10 requests==2.24.0 -urllib3==1.26.5 +urllib3==2.6.0