Skip to content

Commit db5e85d

Browse files
committed
fix: doc/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-15869939
1 parent 24a522b commit db5e85d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ matplotlib
1212
seaborn
1313
mypy_extensions>=0.4
1414
# mistune<2
15-
jupyterlab>=4.4.8 # not directly required, pinned by Snyk to avoid a vulnerability
15+
jupyterlab>=4.4.8 # not directly required, pinned by Snyk to avoid a vulnerability
16+
fonttools>=4.62.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)