mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
Bump zeroconf to 0.38.6 (#71447)
This commit is contained in:
parent
b1a04302b5
commit
92f46a48c3
@ -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.38.5"],
|
"requirements": ["zeroconf==0.38.6"],
|
||||||
"dependencies": ["network", "api"],
|
"dependencies": ["network", "api"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
@ -34,7 +34,7 @@ typing-extensions>=3.10.0.2,<5.0
|
|||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
yarl==1.7.2
|
yarl==1.7.2
|
||||||
zeroconf==0.38.5
|
zeroconf==0.38.6
|
||||||
|
|
||||||
# Constrain pycryptodome to avoid vulnerability
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
# see https://github.com/home-assistant/core/pull/16238
|
# see https://github.com/home-assistant/core/pull/16238
|
||||||
|
@ -2483,7 +2483,7 @@ youtube_dl==2021.12.17
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.38.5
|
zeroconf==0.38.6
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.73
|
zha-quirks==0.0.73
|
||||||
|
@ -1623,7 +1623,7 @@ yeelight==0.7.10
|
|||||||
youless-api==0.16
|
youless-api==0.16
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.38.5
|
zeroconf==0.38.6
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.73
|
zha-quirks==0.0.73
|
||||||
|
Loading…
x
Reference in New Issue
Block a user