Skip to content

Commit 5656b4c

Browse files
StevenLoomanfrenck
authored andcommitted
Bump async-upnp-client to 0.45.0 (home-assistant#148961)
1 parent b6edcc9 commit 5656b4c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.44.0", "getmac==0.9.5"],
11+
"requirements": ["async-upnp-client==0.45.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.44.0"],
10+
"requirements": ["async-upnp-client==0.45.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.44.0"
43+
"async-upnp-client==0.45.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.44.0"]
11+
"requirements": ["async-upnp-client==0.45.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.44.0", "getmac==0.9.5"],
11+
"requirements": ["async-upnp-client==0.45.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.44.0"],
19+
"requirements": ["yeelight==0.7.16", "async-upnp-client==0.45.0"],
2020
"zeroconf": [
2121
{
2222
"type": "_miio._udp.local.",

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==0.4.5
1414
astral==2.2
1515
async-interrupt==1.2.2
16-
async-upnp-client==0.44.0
16+
async-upnp-client==0.45.0
1717
atomicwrites-homeassistant==1.4.1
1818
attrs==25.3.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.

0 commit comments

Comments
 (0)