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