From c76897f60730a58b14fba3e3cc9c052f0a1a49ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Dec 2021 05:25:14 +0000 Subject: [PATCH] fix: repos/lopq/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- repos/lopq/python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/lopq/python/requirements.txt b/repos/lopq/python/requirements.txt index 4c7bd1806..ded4609e1 100644 --- a/repos/lopq/python/requirements.txt +++ b/repos/lopq/python/requirements.txt @@ -1,4 +1,5 @@ nose>=1.3.4 protobuf>=2.6 scikit-learn>=0.15 -lmdb>=0.87 \ No newline at end of file +lmdb>=0.87 +numpy>=1.22.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file