mirror of
https://github.com/home-assistant/core.git
synced 2025-05-13 18:39:14 +00:00
Bump zeroconf to 0.36.2 (#55459)
- Now sends NSEC records when requesting non-existent address types Implements RFC6762 sec 6.2 (http://datatracker.ietf.org/doc/html/rfc6762#section-6.2) - This solves a case where a HomeKit bridge can take a while to update because it is waiting to see if an AAAA (IPv6) address is available
This commit is contained in:
parent
d62a78ae61
commit
27ecd43da3
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.36.1"],
|
||||
"requirements": ["zeroconf==0.36.2"],
|
||||
"dependencies": ["network", "api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
|
@ -34,7 +34,7 @@ sqlalchemy==1.4.23
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.6.3
|
||||
zeroconf==0.36.1
|
||||
zeroconf==0.36.2
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@ -2453,7 +2453,7 @@ youtube_dl==2021.04.26
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.1
|
||||
zeroconf==0.36.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.60
|
||||
|
@ -1373,7 +1373,7 @@ yeelight==0.7.4
|
||||
youless-api==0.12
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.36.1
|
||||
zeroconf==0.36.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.60
|
||||
|
Loading…
x
Reference in New Issue
Block a user