Skip to content

Commit

Permalink
Revert markupsafe/jinja2; upgrade Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 25, 2024
1 parent 8efc1fa commit f37f94d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ sphinx==1.8.6
sphinx-rtd-theme==1.2.0
sphinxcontrib-napoleon==0.7
invoke==2.2.0
jinja2==3.1.3
MarkupSafe==2.1.5
# Newer MarkupSafe requires newer Jinja2, but
# newer Jinja2 breaks Sphinx
# exception: cannot import name 'contextfunction' from 'jinja2'
jinja2==2.11.3
MarkupSafe==2.0.1
pytest==7.2.2
ansible==4.10.0
ansible==6.7.0

0 comments on commit f37f94d

Please sign in to comment.