Skip to content

Commit 13aeaf8

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-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 - https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570772 - https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570773
1 parent dc70fe1 commit 13aeaf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx<2.0
22
sphinx_rtd_theme
3+
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)