Skip to content

Commit beafcf7

Browse files
authored
Update zeroconf to 0.136.0 (#129204)
1 parent e47909b commit beafcf7

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

homeassistant/components/zeroconf/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "local_push",
99
"loggers": ["zeroconf"],
1010
"quality_scale": "internal",
11-
"requirements": ["zeroconf==0.135.0"]
11+
"requirements": ["zeroconf==0.136.0"]
1212
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ voluptuous-serialize==2.6.0
6767
voluptuous==0.15.2
6868
webrtc-models==0.0.0b2
6969
yarl==1.16.0
70-
zeroconf==0.135.0
70+
zeroconf==0.136.0
7171

7272
# Constrain pycryptodome to avoid vulnerability
7373
# see https://github.com/home-assistant/core/pull/16238

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@ zamg==0.3.6
30543054
zengge==0.2
30553055

30563056
# homeassistant.components.zeroconf
3057-
zeroconf==0.135.0
3057+
zeroconf==0.136.0
30583058

30593059
# homeassistant.components.zeversolar
30603060
zeversolar==0.3.2

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ yt-dlp==2024.10.22
24372437
zamg==0.3.6
24382438

24392439
# homeassistant.components.zeroconf
2440-
zeroconf==0.135.0
2440+
zeroconf==0.136.0
24412441

24422442
# homeassistant.components.zeversolar
24432443
zeversolar==0.3.2

script/licenses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
135135
"Apache-2",
136136
"GPLv2",
137137
"Python-2.0.1",
138+
"LGPL-2.1-or-later",
138139
}
139140

140141
EXCEPTIONS = {

0 commit comments

Comments
 (0)