mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00
Bump zeroconf to 0.38.1 (#62720)
This commit is contained in:
parent
690b5a994b
commit
1d0036b86a
@ -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.37.0"],
|
"requirements": ["zeroconf==0.38.1"],
|
||||||
"dependencies": ["network", "api"],
|
"dependencies": ["network", "api"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
@ -32,7 +32,7 @@ sqlalchemy==1.4.27
|
|||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
voluptuous==0.12.2
|
voluptuous==0.12.2
|
||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
zeroconf==0.37.0
|
zeroconf==0.38.1
|
||||||
|
|
||||||
# Constrain pillow to 8.2.0 because later versions are causing issues in nightly builds.
|
# Constrain pillow to 8.2.0 because later versions are causing issues in nightly builds.
|
||||||
# https://github.com/home-assistant/core/issues/61756
|
# https://github.com/home-assistant/core/issues/61756
|
||||||
|
@ -2500,7 +2500,7 @@ youtube_dl==2021.06.06
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.37.0
|
zeroconf==0.38.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.65
|
zha-quirks==0.0.65
|
||||||
|
@ -1492,7 +1492,7 @@ yeelight==0.7.8
|
|||||||
youless-api==0.15
|
youless-api==0.15
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.37.0
|
zeroconf==0.38.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.65
|
zha-quirks==0.0.65
|
||||||
|
Loading…
x
Reference in New Issue
Block a user