Skip to content

Commit 1cc8980

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ markdown>=3.2
2424
mkdocs>=1.4.2
2525
mkdocs-material-extensions>=1.1
2626
pygments>=2.14
27-
pymdown-extensions>=9.9.1
27+
pymdown-extensions>=10.16.1
2828

2929
# Requirements for plugins
3030
colorama>=0.4

0 commit comments

Comments
 (0)