Skip to content

Commit 5d5b732

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-14151621
1 parent ac15b32 commit 5d5b732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ scipy>=1.2.1
44
matplotlib>=3.0.2
55
xlrd>=1.2.0
66
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
7+
fonttools>=4.61.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)