Bump zeroconf to 0.38.1 (#62720)
This commit is contained in:
parent
690b5a994b
commit
1d0036b86a
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.37.0"],
|
||||
"requirements": ["zeroconf==0.38.1"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -32,7 +32,7 @@ sqlalchemy==1.4.27
|
|||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.12.2
|
||||
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.
|
||||
# https://github.com/home-assistant/core/issues/61756
|
||||
|
|
|
@ -2500,7 +2500,7 @@ youtube_dl==2021.06.06
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.37.0
|
||||
zeroconf==0.38.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.65
|
||||
|
|
|
@ -1492,7 +1492,7 @@ yeelight==0.7.8
|
|||
youless-api==0.15
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.37.0
|
||||
zeroconf==0.38.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.65
|
||||
|
|
Loading…
Add table
Reference in a new issue