mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Bump zeroconf to 0.35.0 (#54604)
Fixes https://github.com/home-assistant/core/issues/54531 Fixes https://github.com/home-assistant/core/issues/54434 Fixes https://github.com/home-assistant/core/issues/54487
This commit is contained in:
parent
370b7f387d
commit
c10497d499
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.34.3"],
|
||||
"requirements": ["zeroconf==0.35.0"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
@ -33,7 +33,7 @@ sqlalchemy==1.4.17
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.6.3
|
||||
zeroconf==0.34.3
|
||||
zeroconf==0.35.0
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@ -2439,7 +2439,7 @@ zeep[async]==4.0.0
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.34.3
|
||||
zeroconf==0.35.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.59
|
||||
|
@ -1347,7 +1347,7 @@ youless-api==0.10
|
||||
zeep[async]==4.0.0
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.34.3
|
||||
zeroconf==0.35.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.59
|
||||
|
Loading…
x
Reference in New Issue
Block a user