Bump zeroconf to 0.30.0 to fix thread safety race (#50130)

This commit is contained in:
J. Nick Koston 2021-05-05 22:11:06 -05:00 committed by GitHub
parent 906de23087
commit 60b90c4546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"domain": "zeroconf", "domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)", "name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf", "documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.29.0","pyroute2==0.5.18"], "requirements": ["zeroconf==0.30.0","pyroute2==0.5.18"],
"dependencies": ["api"], "dependencies": ["api"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"quality_scale": "internal", "quality_scale": "internal",

View File

@ -34,7 +34,7 @@ sqlalchemy==1.4.13
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0
voluptuous==0.12.1 voluptuous==0.12.1
yarl==1.6.3 yarl==1.6.3
zeroconf==0.29.0 zeroconf==0.30.0
pycryptodome>=3.6.6 pycryptodome>=3.6.6

View File

@ -2391,7 +2391,7 @@ zeep[async]==4.0.0
zengge==0.2 zengge==0.2
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.29.0 zeroconf==0.30.0
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.57 zha-quirks==0.0.57

View File

@ -1270,7 +1270,7 @@ yeelight==0.6.2
zeep[async]==4.0.0 zeep[async]==4.0.0
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.29.0 zeroconf==0.30.0
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.57 zha-quirks==0.0.57