Bump zeroconf to 0.38.3 (#65341)
This commit is contained in:
parent
47a5411525
commit
3bb8de66d8
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.38.1"],
|
||||
"requirements": ["zeroconf==0.38.3"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -33,7 +33,7 @@ typing-extensions>=3.10.0.2,<5.0
|
|||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.12.2
|
||||
yarl==1.7.2
|
||||
zeroconf==0.38.1
|
||||
zeroconf==0.38.3
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
|
|
@ -2531,7 +2531,7 @@ youtube_dl==2021.12.17
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.38.1
|
||||
zeroconf==0.38.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.66
|
||||
|
|
|
@ -1553,7 +1553,7 @@ yeelight==0.7.8
|
|||
youless-api==0.16
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.38.1
|
||||
zeroconf==0.38.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.66
|
||||
|
|
Loading…
Add table
Reference in a new issue