Skip to content

Commit fc038ca

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
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)