From c0912463746b465efbbd9dde7b55f7b2577e8a79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 05:52:51 +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-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5204985f..bbe13372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black luigi # One of the requirements pulls in librosa, I believe note_seq # So we need to pin these, otherwise librosa breaks -numpy==1.19.2 +numpy==1.22.2 numba==0.48 pandas pre-commit