Bump zeroconf to 0.38.7 (#73497)
parent
103a6266a2
commit
d25a5f3836
homeassistant
components/zeroconf
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.38.6"],
|
||||
"requirements": ["zeroconf==0.38.7"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -34,7 +34,7 @@ typing-extensions>=3.10.0.2,<5.0
|
|||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.13.1
|
||||
yarl==1.7.2
|
||||
zeroconf==0.38.6
|
||||
zeroconf==0.38.7
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
|
|
@ -2495,7 +2495,7 @@ youtube_dl==2021.12.17
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.38.6
|
||||
zeroconf==0.38.7
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.75
|
||||
|
|
|
@ -1650,7 +1650,7 @@ yolink-api==0.0.8
|
|||
youless-api==0.16
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.38.6
|
||||
zeroconf==0.38.7
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.75
|
||||
|
|
Loading…
Reference in New Issue