Update jinja to 2.9.5 (#6146)
This commit is contained in:
parent
b7b1429ac7
commit
10fb30e924
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ requests>=2,<3
|
|||
pyyaml>=3.11,<4
|
||||
pytz>=2016.10
|
||||
pip>=7.0.0
|
||||
jinja2>=2.8
|
||||
jinja2>=2.9.5
|
||||
voluptuous==0.9.3
|
||||
typing>=3,<4
|
||||
aiohttp==1.3.3
|
||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ REQUIRES = [
|
|||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2016.10',
|
||||
'pip>=7.0.0',
|
||||
'jinja2>=2.8',
|
||||
'jinja2>=2.9.5',
|
||||
'voluptuous==0.9.3',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==1.3.3',
|
||||
|
|
Loading…
Add table
Reference in a new issue