Skip to content

Commit

Permalink
Merge pull request #878 from StingraySoftware/bump_jinja
Browse files Browse the repository at this point in the history
Bump jinja
  • Loading branch information
matteobachetti authored Feb 5, 2025
2 parents bdaf026 + efb0b30 commit 1cd3351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changes/878.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump jinja2 version to 3.1.5
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,20 @@ For development work, you will need the following extra libraries:
+ pytest
+ pytest-astropy
+ tox
+ jinja2==3.1.3
+ jinja2==3.1.5
+ docutils
+ sphinx-astropy
+ nbsphinx>=0.8.3,!=0.8.8
+ pandoc
+ ipython
+ jupyter
+ notebook
+ towncrier<22.12.0
+ towncrier
+ black

Which can be installed with the following command:

$ pip install pytest pytest-astropy jinja2<=3.0.0 docutils sphinx-astropy nbsphinx pandoc ipython jupyter notebook towncrier<22.12.0 tox black
$ pip install pytest pytest-astropy jinja2 docutils sphinx-astropy nbsphinx pandoc ipython jupyter notebook towncrier tox black

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2==3.1.4
jinja2==3.1.5
docutils
sphinx-astropy
nbsphinx>=0.8.3,!=0.8.8
pandoc
ipython
towncrier<22.12.0
towncrier

0 comments on commit 1cd3351

Please sign in to comment.