From da2546f495b86d70bd2f472226df2672366e1e5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Dec 2025 15:07:14 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- 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..1245653 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.6.0 # not directly required, pinned by Snyk to avoid a vulnerability