6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-25 22:18:24 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2022-11-28 10:11:21 +00:00
commit 67e8f52cd6
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- [Bugfix] Fix `jinja2.exceptions.TemplateSyntaxError: expected token 'end of statement block', got '|'` error by bumping the minimum required version of the Jinja2 package.

View File

@ -2,6 +2,6 @@ appdirs
click>=8.0
mypy
pycryptodome
jinja2
jinja2>=2.10
kubernetes
pyyaml>=4.2b1