Upgrade to Jinja2 2.10.1 (#101)
This patch release fixes a security issue (CVE-2019-10906) involving str.format_map.
This commit is contained in:
parent
1ac262e34e
commit
2aa7272a59
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
Jinja2==2.10
|
Jinja2==2.10.1
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.14.1
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
|
|
Loading…
Reference in a new issue