Upgrade jinja2 to >=2.10.3 (#28422)
parent
cb19827932
commit
60d7f730c3
|
@ -13,7 +13,7 @@ distro==1.4.0
|
||||||
hass-nabucasa==0.23
|
hass-nabucasa==0.23
|
||||||
home-assistant-frontend==20191025.1
|
home-assistant-frontend==20191025.1
|
||||||
importlib-metadata==0.23
|
importlib-metadata==0.23
|
||||||
jinja2>=2.10.1
|
jinja2>=2.10.3
|
||||||
netdisco==2.6.0
|
netdisco==2.6.0
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==4.0.0
|
python-slugify==4.0.0
|
||||||
|
|
|
@ -7,7 +7,7 @@ bcrypt==3.1.7
|
||||||
certifi>=2019.9.11
|
certifi>=2019.9.11
|
||||||
contextvars==2.4;python_version<"3.7"
|
contextvars==2.4;python_version<"3.7"
|
||||||
importlib-metadata==0.23
|
importlib-metadata==0.23
|
||||||
jinja2>=2.10.1
|
jinja2>=2.10.3
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==2.8
|
cryptography==2.8
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ REQUIRES = [
|
||||||
"certifi>=2019.9.11",
|
"certifi>=2019.9.11",
|
||||||
'contextvars==2.4;python_version<"3.7"',
|
'contextvars==2.4;python_version<"3.7"',
|
||||||
"importlib-metadata==0.23",
|
"importlib-metadata==0.23",
|
||||||
"jinja2>=2.10.1",
|
"jinja2>=2.10.3",
|
||||||
"PyJWT==1.7.1",
|
"PyJWT==1.7.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==2.8",
|
"cryptography==2.8",
|
||||||
|
|
Loading…
Reference in New Issue