Skip to content

Commit 033f29a

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-SETUPTOOLS-9964606
1 parent 775ce62 commit 033f29a

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+
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)