mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Update zeroconf to 0.136.0 (#129204)
This commit is contained in:
parent
e47909bb3e
commit
beafcf74ab
@ -8,5 +8,5 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["zeroconf"],
|
"loggers": ["zeroconf"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["zeroconf==0.135.0"]
|
"requirements": ["zeroconf==0.136.0"]
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,7 @@ voluptuous-serialize==2.6.0
|
|||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
webrtc-models==0.0.0b2
|
webrtc-models==0.0.0b2
|
||||||
yarl==1.16.0
|
yarl==1.16.0
|
||||||
zeroconf==0.135.0
|
zeroconf==0.136.0
|
||||||
|
|
||||||
# Constrain pycryptodome to avoid vulnerability
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
# see https://github.com/home-assistant/core/pull/16238
|
# see https://github.com/home-assistant/core/pull/16238
|
||||||
|
@ -3054,7 +3054,7 @@ zamg==0.3.6
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.135.0
|
zeroconf==0.136.0
|
||||||
|
|
||||||
# homeassistant.components.zeversolar
|
# homeassistant.components.zeversolar
|
||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
@ -2437,7 +2437,7 @@ yt-dlp==2024.10.22
|
|||||||
zamg==0.3.6
|
zamg==0.3.6
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.135.0
|
zeroconf==0.136.0
|
||||||
|
|
||||||
# homeassistant.components.zeversolar
|
# homeassistant.components.zeversolar
|
||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
@ -135,6 +135,7 @@ OSI_APPROVED_LICENSES = {
|
|||||||
"Apache-2",
|
"Apache-2",
|
||||||
"GPLv2",
|
"GPLv2",
|
||||||
"Python-2.0.1",
|
"Python-2.0.1",
|
||||||
|
"LGPL-2.1-or-later",
|
||||||
}
|
}
|
||||||
|
|
||||||
EXCEPTIONS = {
|
EXCEPTIONS = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user