Skip to content

Commit b8bf2bb

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-JUPYTERLAB-13053585
1 parent 6a7bd5b commit b8bf2bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/requirements.txt

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

0 commit comments

Comments
 (0)