Skip to content
Snippets Groups Projects
Commit 482ff406 authored by springstan's avatar springstan Committed by Aaron Bach
Browse files

Bump importlib-metadata to 1.3.0 (#30196)

* Bump importlib-metadata to 1.3.0

* Include setup.py and package_constraints.txt
parent f32eaa2f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ defusedxml==0.6.0 ...@@ -12,7 +12,7 @@ defusedxml==0.6.0
distro==1.4.0 distro==1.4.0
hass-nabucasa==0.30 hass-nabucasa==0.30
home-assistant-frontend==20191204.1 home-assistant-frontend==20191204.1
importlib-metadata==0.23 importlib-metadata==1.3.0
jinja2>=2.10.3 jinja2>=2.10.3
netdisco==2.6.0 netdisco==2.6.0
pip>=8.0.3 pip>=8.0.3
......
...@@ -5,7 +5,7 @@ async_timeout==3.0.1 ...@@ -5,7 +5,7 @@ async_timeout==3.0.1
attrs==19.3.0 attrs==19.3.0
bcrypt==3.1.7 bcrypt==3.1.7
certifi>=2019.11.28 certifi>=2019.11.28
importlib-metadata==0.23 importlib-metadata==1.3.0
jinja2>=2.10.3 jinja2>=2.10.3
PyJWT==1.7.1 PyJWT==1.7.1
cryptography==2.8 cryptography==2.8
......
...@@ -38,7 +38,7 @@ REQUIRES = [ ...@@ -38,7 +38,7 @@ REQUIRES = [
"attrs==19.3.0", "attrs==19.3.0",
"bcrypt==3.1.7", "bcrypt==3.1.7",
"certifi>=2019.11.28", "certifi>=2019.11.28",
"importlib-metadata==0.23", "importlib-metadata==1.3.0",
"jinja2>=2.10.3", "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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment