From f552e18acc9f806038cc34834e3e008b474411df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 03:31:54 +0000 Subject: [PATCH] fix: splunk_eventgen/lib/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323 --- splunk_eventgen/lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk_eventgen/lib/requirements.txt b/splunk_eventgen/lib/requirements.txt index d9cd22f7..935d1100 100644 --- a/splunk_eventgen/lib/requirements.txt +++ b/splunk_eventgen/lib/requirements.txt @@ -1,4 +1,4 @@ ujson==2.0.3 jinja2==2.10.3 requests-futures==1.0.0 -urllib3==1.24.2 +urllib3==1.26.5