Fix zeroconf outgoing dns compression corruption for large packets (#44828)
parent
e4fcc9c692
commit
b3fda469cf
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.28.7"],
|
||||
"requirements": ["zeroconf==0.28.8"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal"
|
||||
|
|
|
@ -30,7 +30,7 @@ sqlalchemy==1.3.20
|
|||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.4.2
|
||||
zeroconf==0.28.7
|
||||
zeroconf==0.28.8
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -2336,7 +2336,7 @@ zeep[async]==4.0.0
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.7
|
||||
zeroconf==0.28.8
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.51
|
||||
|
|
|
@ -1141,7 +1141,7 @@ yeelight==0.5.4
|
|||
zeep[async]==4.0.0
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.7
|
||||
zeroconf==0.28.8
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.51
|
||||
|
|
Loading…
Reference in New Issue