Skip to content

Commit 2186f96

Browse files
committed
Prevent jinja2 from upgrading to 3.1 to avoid breaking nbconvert
1 parent 5a8c552 commit 2186f96

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ jsonfield = ">=1.4.0"
3939
django-yamlfield = {git = "https://github.com/bakatrouble/django-yamlfield.git", rev = "c92d0373d12a02d1e52fb09b44010f156111d7ea"}
4040
# For easy content formatting:
4141
markdown = "^2.6.3"
42+
4243
# For rendering macros in content:
43-
jinja2 = "^3.0.3"
44+
# <3.1 for https://github.com/jupyter/nbconvert/issues/1736
45+
# Relate itself seems to be OK with 3.1?
46+
jinja2 = "^3.0.3,<3.1"
47+
4448
# For math/symbolic questions
4549
pymbolic = "*"
4650
sympy = "*"

0 commit comments

Comments
 (0)