Update Jinja2 to v2.11.3 and MarkupSafe to v1.1.1 (#27264)

This commit is contained in:
Massimiliano Culpo
2021-11-24 10:21:35 +01:00
committed by GitHub
parent 12da0a9a69
commit 70d5d234db
37 changed files with 5007 additions and 4152 deletions

View File

@@ -44,7 +44,7 @@
* Homepage: https://pypi.python.org/pypi/Jinja2
* Usage: A modern and designer-friendly templating language for Python.
* Version: 2.10
* Version: 2.11.3 (last version supporting Python 2.7)
jsonschema
----------
@@ -62,7 +62,7 @@
* Homepage: https://pypi.python.org/pypi/MarkupSafe
* Usage: Implements a XML/HTML/XHTML Markup safe string for Python.
* Version: 1.0
* Version: 1.1.1 (last version supporting Python 2.7)
py
--