Update min dependency to Jinja 2.10.1.

Jinja 2.10.1 patched a security valnerability. See the release notes here:
https://github.com/pallets/jinja/blob/master/CHANGES.rst#version-2101

Closes #1780.
This commit is contained in:
Waylan Limberg
2019-12-20 13:38:53 -05:00
parent 8662df01de
commit 2491c1433a
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
click==3.3
Jinja2==2.7.1
Jinja2==2.10.1
livereload==2.5.1
Markdown==2.5
PyYAML==3.13