Update jinja2 to 2.10 (#12118)
This commit is contained in:
parent
53a99dc9fa
commit
be37bb14b7
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ requests==2.18.4
|
|||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pip>=8.0.3
|
||||
jinja2>=2.9.6
|
||||
jinja2>=2.10
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.3.7
|
||||
|
|
|
@ -3,7 +3,7 @@ requests==2.18.4
|
|||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pip>=8.0.3
|
||||
jinja2>=2.9.6
|
||||
jinja2>=2.10
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.3.7
|
||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ REQUIRES = [
|
|||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2017.02',
|
||||
'pip>=8.0.3',
|
||||
'jinja2>=2.9.6',
|
||||
'jinja2>=2.10',
|
||||
'voluptuous==0.10.5',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
||||
|
|
Loading…
Add table
Reference in a new issue