Bump zeroconf to 0.151.1 (#180579)

This commit is contained in:
J. Nick Koston
2026-08-29 08:36:32 +00:00
committed by Franck Nijhof
parent 6b84bdfc29
commit d2f2df1459
6 changed files with 18 additions and 10 deletions
@@ -8,5 +8,5 @@
"iot_class": "local_push",
"loggers": ["zeroconf"],
"quality_scale": "internal",
"requirements": ["zeroconf==0.150.0"]
"requirements": ["zeroconf==0.151.1"]
}
+1 -1
View File
@@ -75,7 +75,7 @@ urllib3>=2.0
uv==0.12.5
webrtc-models==0.3.0
yarl==1.24.5
zeroconf==0.150.0
zeroconf==0.151.1
# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
+1 -1
View File
@@ -78,7 +78,7 @@ dependencies = [
"probatio==0.11.3",
"yarl==1.24.5",
"webrtc-models==0.3.0",
"zeroconf==0.150.0",
"zeroconf==0.151.1",
]
[project.urls]
+1 -1
View File
@@ -60,4 +60,4 @@ urllib3>=2.0
uv==0.12.5
webrtc-models==0.3.0
yarl==1.24.5
zeroconf==0.150.0
zeroconf==0.151.1
+1 -1
View File
@@ -3516,7 +3516,7 @@ zamg==0.4.1
zcc-helper==3.8
# homeassistant.components.zeroconf
zeroconf==0.150.0
zeroconf==0.151.1
# homeassistant.components.zeversolar
zeversolar==0.3.2
@@ -21,6 +21,14 @@ from homeassistant.setup import async_setup_component
from tests.typing import WebSocketGenerator
PROPERTIES = {
"md": "HASS Bridge W9DN",
"pv": "1.0",
"id": "11:8E:DB:5B:5C:C5",
"c#": "12",
"s#": "1",
}
async def test_subscribe_discovery(
hass: HomeAssistant,
@@ -62,7 +70,7 @@ async def test_subscribe_discovery(
socket.inet_aton("127.0.0.1"),
),
DNSText(
"foo2.local.",
"foo2._fakeservice._tcp.local.",
const._TYPE_TXT,
const._CLASS_IN,
const._DNS_HOST_TTL,
@@ -87,7 +95,7 @@ async def test_subscribe_discovery(
"foo3.local.",
),
DNSText(
"foo3.local.",
"foo3._fakeservice._tcp.local.",
const._TYPE_TXT,
const._CLASS_IN,
const._DNS_HOST_TTL,
@@ -122,7 +130,7 @@ async def test_subscribe_discovery(
"ip_addresses": ["127.0.0.1"],
"name": "foo2._fakeservice._tcp.local.",
"port": 1234,
"properties": {},
"properties": PROPERTIES,
"type": "_fakeservice._tcp.local.",
}
]
@@ -152,7 +160,7 @@ async def test_subscribe_discovery(
"ip_addresses": ["127.0.0.1"],
"name": "foo3._fakeservice._tcp.local.",
"port": 1234,
"properties": {},
"properties": PROPERTIES,
"type": "_fakeservice._tcp.local.",
}
]
@@ -166,7 +174,7 @@ async def test_subscribe_discovery(
"ip_addresses": ["127.0.0.1"],
"name": "foo3._fakeservice._tcp.local.",
"port": 1234,
"properties": {},
"properties": PROPERTIES,
"type": "_fakeservice._tcp.local.",
}
]