mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
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:
@@ -72,6 +72,8 @@ do, adding `--strict`, `--theme`, `--theme-dir`, and `--site-dir`.
|
||||
|
||||
### Other Changes and Additions to Version 1.1
|
||||
|
||||
* Updated minimum dependancy to Jinja 2.10.1 to address security
|
||||
concerns (#1780).
|
||||
* Add support for Python 3.8.
|
||||
* Drop support for Python 3.4.
|
||||
* Drop support for Python 2.7. MkDocs is PY3 only now (#1926).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user