Skip to content
Snippets Groups Projects
Unverified Commit 5e12cb32 authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

PIN: Jinja < 3.1 (#1678)

parent 77961b43
Branches RLS-0.12.3
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment