Skip to content

Commit 078a0dd

Browse files
committed
fix: docs/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYMDOWNEXTENSIONS-12427119
1 parent 38b31de commit 078a0dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mkdocs==1.1.2
22
mkdocs-material==7.1.7
33
markdown_include==0.6.0
4-
pygments==2.7.4
4+
pygments==2.7.4
5+
pymdown-extensions>=10.16.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)