Bump zeroconf to 0.33.1 (#53179)
This commit is contained in:
parent
671e838085
commit
12b29e2895
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.33.0"],
|
||||
"requirements": ["zeroconf==0.33.1"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -33,7 +33,7 @@ sqlalchemy==1.4.17
|
|||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.6.3
|
||||
zeroconf==0.33.0
|
||||
zeroconf==0.33.1
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -2419,7 +2419,7 @@ zeep[async]==4.0.0
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.33.0
|
||||
zeroconf==0.33.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.59
|
||||
|
|
|
@ -1319,7 +1319,7 @@ yeelight==0.6.3
|
|||
zeep[async]==4.0.0
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.33.0
|
||||
zeroconf==0.33.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.59
|
||||
|
|
Loading…
Add table
Reference in a new issue