Upgrade importlib-metadata to version 1.4.0 (#31027)

pull/31044/head
Josef Schlehofer 2020-01-21 06:11:23 +01:00 committed by Paulus Schoutsen
parent 692e4f27c4
commit 0b72587af2
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ defusedxml==0.6.0
distro==1.4.0
hass-nabucasa==0.31
home-assistant-frontend==20200108.2
importlib-metadata==1.3.0
importlib-metadata==1.4.0
jinja2>=2.10.3
netdisco==2.6.0
pip>=8.0.3

View File

@ -5,7 +5,7 @@ async_timeout==3.0.1
attrs==19.3.0
bcrypt==3.1.7
certifi>=2019.11.28
importlib-metadata==1.3.0
importlib-metadata==1.4.0
jinja2>=2.10.3
PyJWT==1.7.1
cryptography==2.8

View File

@ -38,7 +38,7 @@ REQUIRES = [
"attrs==19.3.0",
"bcrypt==3.1.7",
"certifi>=2019.11.28",
"importlib-metadata==1.3.0",
"importlib-metadata==1.4.0",
"jinja2>=2.10.3",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.