Skip to content

Commit 639254a

Browse files
committed
Revert "Temporarily pin Python Markdown to mitigate #8308"
This reverts commit 4487c88.
1 parent 4487c88 commit 639254a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
# Requirements for core
2222
jinja2~=3.1
23-
# Temporary pin: incompatibility between Python Markdown 3.8.2 and MkDocs 1.6.1
24-
# See https://github.com/squidfunk/mkdocs-material/issues/8308 for more info
25-
markdown>=3.2,<=3.8.0
23+
markdown~=3.2
2624
mkdocs~=1.6
2725
mkdocs-material-extensions~=1.3
2826
pygments~=2.16

0 commit comments

Comments
 (0)