Skip to content

Commit 07ab2e6

Browse files
edenhausfrenck
authored andcommitted
Bump async-upnp-client to 0.46.0 (home-assistant#156622)
1 parent f62e0c8 commit 07ab2e6

File tree

10 files changed

+9
-19
lines changed

10 files changed

+9
-19
lines changed

homeassistant/components/dlna_dmr/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
99
"iot_class": "local_push",
1010
"loggers": ["async_upnp_client"],
11-
"requirements": ["async-upnp-client==0.45.0", "getmac==0.9.5"],
11+
"requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"],
1212
"ssdp": [
1313
{
1414
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",

homeassistant/components/dlna_dms/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": ["ssdp"],
88
"documentation": "https://www.home-assistant.io/integrations/dlna_dms",
99
"iot_class": "local_polling",
10-
"requirements": ["async-upnp-client==0.45.0"],
10+
"requirements": ["async-upnp-client==0.46.0"],
1111
"ssdp": [
1212
{
1313
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",

homeassistant/components/samsungtv/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"samsungctl[websocket]==0.7.1",
4141
"samsungtvws[async,encrypted]==2.7.2",
4242
"wakeonlan==3.1.0",
43-
"async-upnp-client==0.45.0"
43+
"async-upnp-client==0.46.0"
4444
],
4545
"ssdp": [
4646
{

homeassistant/components/ssdp/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": ["async_upnp_client"],
1010
"quality_scale": "internal",
11-
"requirements": ["async-upnp-client==0.45.0"]
11+
"requirements": ["async-upnp-client==0.46.0"]
1212
}

homeassistant/components/upnp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"integration_type": "device",
99
"iot_class": "local_polling",
1010
"loggers": ["async_upnp_client"],
11-
"requirements": ["async-upnp-client==0.45.0", "getmac==0.9.5"],
11+
"requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"],
1212
"ssdp": [
1313
{
1414
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"

homeassistant/components/yeelight/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"iot_class": "local_push",
1818
"loggers": ["async_upnp_client", "yeelight"],
19-
"requirements": ["yeelight==0.7.16", "async-upnp-client==0.45.0"],
19+
"requirements": ["yeelight==0.7.16", "async-upnp-client==0.46.0"],
2020
"zeroconf": [
2121
{
2222
"name": "yeelink-*",

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aiozoneinfo==0.2.3
1313
annotatedyaml==1.0.2
1414
astral==2.2
1515
async-interrupt==1.2.2
16-
async-upnp-client==0.45.0
16+
async-upnp-client==0.46.0
1717
atomicwrites-homeassistant==1.4.1
1818
attrs==25.4.0
1919
audioop-lts==0.2.1

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/hassfest/requirements.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
"pbr": {"setuptools"}
127127
},
128128
"delijn": {"pydelijn": {"async-timeout"}},
129-
"devialet": {"async-upnp-client": {"async-timeout"}},
130-
"dlna_dmr": {"async-upnp-client": {"async-timeout"}},
131-
"dlna_dms": {"async-upnp-client": {"async-timeout"}},
132129
"efergy": {
133130
# https://github.com/tkdrob/pyefergy/issues/46
134131
# pyefergy > codecov
@@ -196,7 +193,6 @@
196193
"lifx": {"aiolifx": {"async-timeout"}},
197194
"linkplay": {
198195
"python-linkplay": {"async-timeout"},
199-
"async-upnp-client": {"async-timeout"},
200196
},
201197
"loqed": {"loqedapi": {"async-timeout"}},
202198
"matter": {"python-matter-server": {"async-timeout"}},
@@ -222,7 +218,6 @@
222218
"nibe_heatpump": {"nibe": {"async-timeout"}},
223219
"norway_air": {"pymetno": {"async-timeout"}},
224220
"opengarage": {"open-garage": {"async-timeout"}},
225-
"openhome": {"async-upnp-client": {"async-timeout"}},
226221
"opensensemap": {"opensensemap-api": {"async-timeout"}},
227222
"opnsense": {
228223
# https://github.com/mtreinish/pyopnsense/issues/27
@@ -237,12 +232,9 @@
237232
},
238233
"ring": {"ring-doorbell": {"async-timeout"}},
239234
"rmvtransport": {"pyrmvtransport": {"async-timeout"}},
240-
"samsungtv": {"async-upnp-client": {"async-timeout"}},
241235
"screenlogic": {"screenlogicpy": {"async-timeout"}},
242236
"sense": {"sense-energy": {"async-timeout"}},
243237
"slimproto": {"aioslimproto": {"async-timeout"}},
244-
"songpal": {"async-upnp-client": {"async-timeout"}},
245-
"ssdp": {"async-upnp-client": {"async-timeout"}},
246238
"surepetcare": {"surepy": {"async-timeout"}},
247239
"travisci": {
248240
# https://github.com/menegazzo/travispy seems to be unmaintained
@@ -253,10 +245,8 @@
253245
"travispy": {"pytest"},
254246
},
255247
"unifiprotect": {"uiprotect": {"async-timeout"}},
256-
"upnp": {"async-upnp-client": {"async-timeout"}},
257248
"volkszaehler": {"volkszaehler": {"async-timeout"}},
258249
"whirlpool": {"whirlpool-sixth-sense": {"async-timeout"}},
259-
"yeelight": {"async-upnp-client": {"async-timeout"}},
260250
"zamg": {"zamg": {"async-timeout"}},
261251
"zha": {
262252
# https://github.com/waveform80/colorzero/issues/9

0 commit comments

Comments
 (0)