From 750aa9e5d047ce88344be278eda28992f8309778 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 10:20:36 +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-JUPYTERCORE-10300774 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- python-correlation-heatmap/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-correlation-heatmap/requirements.txt b/python-correlation-heatmap/requirements.txt index 851afe12..8034deff 100644 --- a/python-correlation-heatmap/requirements.txt +++ b/python-correlation-heatmap/requirements.txt @@ -2,3 +2,5 @@ numpy==1.14.2 pandas==0.22.0 mip_helper==0.6.8 plotly==2.4.1 +jupyter-core>=5.8.0 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability