Skip to content

Commit

Permalink
Bump minimum required version of Jinja2
Browse files Browse the repository at this point in the history
Fixes #566

`FileSystemLoader` didn't understand `pathlib.Path` until 2.11
  • Loading branch information
ZedThree committed Oct 12, 2023
1 parent abec2a5 commit c74cea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"markdown-include ~= 0.7.0",
"python-markdown-math ~= 0.8",
"toposort ~= 1.7.0",
"jinja2 >= 2.1",
"jinja2 >= 2.11",
"pygments ~= 2.12",
"beautifulsoup4 >=4.5.1",
"graphviz ~= 0.20.0",
Expand Down

0 comments on commit c74cea6

Please sign in to comment.