Update zeroconf to 0.136.0 (#129204)
This commit is contained in:
parent
e47909bb3e
commit
beafcf74ab
5 changed files with 5 additions and 4 deletions
|
@ -8,5 +8,5 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["zeroconf"],
|
||||
"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
|
||||
webrtc-models==0.0.0b2
|
||||
yarl==1.16.0
|
||||
zeroconf==0.135.0
|
||||
zeroconf==0.136.0
|
||||
|
||||
# Constrain pycryptodome to avoid vulnerability
|
||||
# see https://github.com/home-assistant/core/pull/16238
|
||||
|
|
|
@ -3054,7 +3054,7 @@ zamg==0.3.6
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.135.0
|
||||
zeroconf==0.136.0
|
||||
|
||||
# homeassistant.components.zeversolar
|
||||
zeversolar==0.3.2
|
||||
|
|
|
@ -2437,7 +2437,7 @@ yt-dlp==2024.10.22
|
|||
zamg==0.3.6
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.135.0
|
||||
zeroconf==0.136.0
|
||||
|
||||
# homeassistant.components.zeversolar
|
||||
zeversolar==0.3.2
|
||||
|
|
|
@ -135,6 +135,7 @@ OSI_APPROVED_LICENSES = {
|
|||
"Apache-2",
|
||||
"GPLv2",
|
||||
"Python-2.0.1",
|
||||
"LGPL-2.1-or-later",
|
||||
}
|
||||
|
||||
EXCEPTIONS = {
|
||||
|
|
Loading…
Add table
Reference in a new issue