From 885c462ff3e348965c7bd933a7a4892775897ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 21:56:36 +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-14896210 --- 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..17f6a78 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.3 # not directly required, pinned by Snyk to avoid a vulnerability