Skip to content

Commit 69ed7e8

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
1 parent 84bf5a1 commit 69ed7e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ lifelines==0.27.4
44
numba==0.56.4
55
numpy-indexed==0.3.5
66
reliability==0.8.6
7-
matplotlib==3.6
7+
matplotlib==3.6
8+
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)