mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Update jinja2 to 2.10 (#12118)
This commit is contained in:
parent
53a99dc9fa
commit
be37bb14b7
@ -2,7 +2,7 @@ requests==2.18.4
|
|||||||
pyyaml>=3.11,<4
|
pyyaml>=3.11,<4
|
||||||
pytz>=2017.02
|
pytz>=2017.02
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
jinja2>=2.9.6
|
jinja2>=2.10
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.7
|
aiohttp==2.3.7
|
||||||
|
@ -3,7 +3,7 @@ requests==2.18.4
|
|||||||
pyyaml>=3.11,<4
|
pyyaml>=3.11,<4
|
||||||
pytz>=2017.02
|
pytz>=2017.02
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
jinja2>=2.9.6
|
jinja2>=2.10
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.7
|
aiohttp==2.3.7
|
||||||
|
2
setup.py
2
setup.py
@ -50,7 +50,7 @@ REQUIRES = [
|
|||||||
'pyyaml>=3.11,<4',
|
'pyyaml>=3.11,<4',
|
||||||
'pytz>=2017.02',
|
'pytz>=2017.02',
|
||||||
'pip>=8.0.3',
|
'pip>=8.0.3',
|
||||||
'jinja2>=2.9.6',
|
'jinja2>=2.10',
|
||||||
'voluptuous==0.10.5',
|
'voluptuous==0.10.5',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user