Skip to content

Commit c091246

Browse files
committed
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
1 parent 610d864 commit c091246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black
22
luigi
33
# One of the requirements pulls in librosa, I believe note_seq
44
# So we need to pin these, otherwise librosa breaks
5-
numpy==1.19.2
5+
numpy==1.22.2
66
numba==0.48
77
pandas
88
pre-commit

0 commit comments

Comments
 (0)