Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Remove pin for MarkupSafe (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Dec 24, 2024
1 parent 8e98c89 commit 40d7c0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
install_requires=[
'Jinja2>2.0',
'parsimonious>=0.10.0,<0.11.0',
'Sphinx>=4.1.0',
# Pin markupsafe because of
# https://github.com/pallets/jinja/issues/1585
'markupsafe==2.0.1',
'Sphinx>=5.0.0',
'markupsafe',
],
python_requires='>=3.9',
classifiers=[
Expand Down

0 comments on commit 40d7c0f

Please sign in to comment.