From 003c10d4f8f2ca7c0d9e904fb2c995d116ddda3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 05:25:05 +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-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de6c011..eab83f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ htmlmin pytz flake8 pylint -black \ No newline at end of file +black +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file