Skip to content

Commit

Permalink
PIN: Jinja < 3.1 (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Mar 26, 2022
1 parent 77961b4 commit 5e12cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ requires-python = ">=3.7"
dependencies = [
"click>=7.1,<9",
"docutils>=0.15,<0.18",
# TODO: Remove when we drop Sphinx 3 support. Jinja 3.1 breaks Sphinx 3 builds.
# ref: https://github.com/executablebooks/jupyter-book/issues/1676
"Jinja2<3.1",
"jsonschema<4",
"linkify-it-py~=1.0.1",
"myst-nb~=0.13.1",
Expand Down

0 comments on commit 5e12cb3

Please sign in to comment.