Skip to content

Commit 40d7c0f

Browse files
committed
Remove pin for MarkupSafe (#244)
1 parent 8e98c89 commit 40d7c0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
install_requires=[
1616
'Jinja2>2.0',
1717
'parsimonious>=0.10.0,<0.11.0',
18-
'Sphinx>=4.1.0',
19-
# Pin markupsafe because of
20-
# https://github.com/pallets/jinja/issues/1585
21-
'markupsafe==2.0.1',
18+
'Sphinx>=5.0.0',
19+
'markupsafe',
2220
],
2321
python_requires='>=3.9',
2422
classifiers=[

0 commit comments

Comments
 (0)