From 97d6bd51957ae4e0b5b080a9990fdfbefaf88231 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Jan 2022 17:00:54 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c8fd88..80a5ae2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ nbconvert==5.5.0 nbformat==4.4.0 notebook==6.0.1 numba==0.44.1 -numpy==1.16.5 +numpy==1.22.0 packaging==19.0 pandas==0.25.1 pandas-profiling==2.1.2