From ac17ab2c374f909fe9007bbee65b5fb3bdcfb670 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 07:44:42 +0000 Subject: [PATCH] fix: python-correlation-heatmap/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 --- python-correlation-heatmap/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python-correlation-heatmap/requirements.txt b/python-correlation-heatmap/requirements.txt index 851afe12..19d96b39 100644 --- a/python-correlation-heatmap/requirements.txt +++ b/python-correlation-heatmap/requirements.txt @@ -2,3 +2,4 @@ numpy==1.14.2 pandas==0.22.0 mip_helper==0.6.8 plotly==2.4.1 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability