forked from home-assistant/core
Bump zeroconf to 0.30.0 to fix thread safety race (#50130)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (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"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
@@ -34,7 +34,7 @@ sqlalchemy==1.4.13
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.6.3
|
||||
zeroconf==0.29.0
|
||||
zeroconf==0.30.0
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@@ -2391,7 +2391,7 @@ zeep[async]==4.0.0
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.29.0
|
||||
zeroconf==0.30.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.57
|
||||
|
@@ -1270,7 +1270,7 @@ yeelight==0.6.2
|
||||
zeep[async]==4.0.0
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.29.0
|
||||
zeroconf==0.30.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.57
|
||||
|
Reference in New Issue
Block a user