From a65a04973d53981f432d690ce48075295f60b969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 23:15:01 +0000 Subject: [PATCH] fix: apic-em_get_hosts/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 --- apic-em_get_hosts/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apic-em_get_hosts/requirements.txt b/apic-em_get_hosts/requirements.txt index ba61ee7..0caad42 100644 --- a/apic-em_get_hosts/requirements.txt +++ b/apic-em_get_hosts/requirements.txt @@ -3,3 +3,4 @@ packaging==16.8 pyparsing==2.1.10 requests>=2.20.0 six==1.10.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability