Skip to content

Commit 28565f9

Browse files
committed
build: Upgrade Python-Markdown lower bound to 3.6
Version 3.6 refactored TOC sanitation, and we rely on it for TOC labels.
1 parent 52fad11 commit 28565f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"click>=7.0",
3434
"Jinja2>=2.11.1",
35-
"Markdown>=3.3",
35+
"Markdown>=3.6",
3636
"MarkupSafe>=1.1",
3737
"mkdocs>=1.4",
3838
"mkdocs-autorefs>=1.0",

0 commit comments

Comments
 (0)