diff --git a/homeassistant/components/dlna_dmr/manifest.json b/homeassistant/components/dlna_dmr/manifest.json index eac8ddcf713a89..3246eaa6e74532 100644 --- a/homeassistant/components/dlna_dmr/manifest.json +++ b/homeassistant/components/dlna_dmr/manifest.json @@ -8,7 +8,7 @@ "documentation": "https://www.home-assistant.io/integrations/dlna_dmr", "iot_class": "local_push", "loggers": ["async_upnp_client"], - "requirements": ["async-upnp-client==0.45.0", "getmac==0.9.5"], + "requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"], "ssdp": [ { "deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1", diff --git a/homeassistant/components/dlna_dms/manifest.json b/homeassistant/components/dlna_dms/manifest.json index 4a73bf779e04f0..742c3042864e67 100644 --- a/homeassistant/components/dlna_dms/manifest.json +++ b/homeassistant/components/dlna_dms/manifest.json @@ -7,7 +7,7 @@ "dependencies": ["ssdp"], "documentation": "https://www.home-assistant.io/integrations/dlna_dms", "iot_class": "local_polling", - "requirements": ["async-upnp-client==0.45.0"], + "requirements": ["async-upnp-client==0.46.0"], "ssdp": [ { "deviceType": "urn:schemas-upnp-org:device:MediaServer:1", diff --git a/homeassistant/components/samsungtv/manifest.json b/homeassistant/components/samsungtv/manifest.json index cce90bc2c687da..b3cc5fe0263ce2 100644 --- a/homeassistant/components/samsungtv/manifest.json +++ b/homeassistant/components/samsungtv/manifest.json @@ -40,7 +40,7 @@ "samsungctl[websocket]==0.7.1", "samsungtvws[async,encrypted]==2.7.2", "wakeonlan==3.1.0", - "async-upnp-client==0.45.0" + "async-upnp-client==0.46.0" ], "ssdp": [ { diff --git a/homeassistant/components/ssdp/manifest.json b/homeassistant/components/ssdp/manifest.json index 2471e45b4e06af..6ae7d8275da75b 100644 --- a/homeassistant/components/ssdp/manifest.json +++ b/homeassistant/components/ssdp/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_push", "loggers": ["async_upnp_client"], "quality_scale": "internal", - "requirements": ["async-upnp-client==0.45.0"] + "requirements": ["async-upnp-client==0.46.0"] } diff --git a/homeassistant/components/upnp/manifest.json b/homeassistant/components/upnp/manifest.json index 825c5774c1df50..9211356a27ad8d 100644 --- a/homeassistant/components/upnp/manifest.json +++ b/homeassistant/components/upnp/manifest.json @@ -8,7 +8,7 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["async_upnp_client"], - "requirements": ["async-upnp-client==0.45.0", "getmac==0.9.5"], + "requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"], "ssdp": [ { "st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1" diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index 585a0090a57f2f..e09e176e46ef7d 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -16,7 +16,7 @@ }, "iot_class": "local_push", "loggers": ["async_upnp_client", "yeelight"], - "requirements": ["yeelight==0.7.16", "async-upnp-client==0.45.0"], + "requirements": ["yeelight==0.7.16", "async-upnp-client==0.46.0"], "zeroconf": [ { "name": "yeelink-*", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index bedced9a4d43af..b108e08b805dd4 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -13,7 +13,7 @@ aiozoneinfo==0.2.3 annotatedyaml==1.0.2 astral==2.2 async-interrupt==1.2.2 -async-upnp-client==0.45.0 +async-upnp-client==0.46.0 atomicwrites-homeassistant==1.4.1 attrs==25.4.0 audioop-lts==0.2.1 diff --git a/requirements_all.txt b/requirements_all.txt index a39c25c8a66fa5..de8054c7893a64 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -541,7 +541,7 @@ asusrouter==1.21.0 # homeassistant.components.ssdp # homeassistant.components.upnp # homeassistant.components.yeelight -async-upnp-client==0.45.0 +async-upnp-client==0.46.0 # homeassistant.components.arve asyncarve==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 79ac88818b19d0..9f9f7f87efae84 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -505,7 +505,7 @@ asusrouter==1.21.0 # homeassistant.components.ssdp # homeassistant.components.upnp # homeassistant.components.yeelight -async-upnp-client==0.45.0 +async-upnp-client==0.46.0 # homeassistant.components.arve asyncarve==0.1.1 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index e30e5766b776c6..7f51c3cc501641 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -130,9 +130,6 @@ "pbr": {"setuptools"} }, "delijn": {"pydelijn": {"async-timeout"}}, - "devialet": {"async-upnp-client": {"async-timeout"}}, - "dlna_dmr": {"async-upnp-client": {"async-timeout"}}, - "dlna_dms": {"async-upnp-client": {"async-timeout"}}, "efergy": { # https://github.com/tkdrob/pyefergy/issues/46 # pyefergy > codecov @@ -195,7 +192,6 @@ "lifx": {"aiolifx": {"async-timeout"}}, "linkplay": { "python-linkplay": {"async-timeout"}, - "async-upnp-client": {"async-timeout"}, }, "loqed": {"loqedapi": {"async-timeout"}}, "matter": {"python-matter-server": {"async-timeout"}}, @@ -221,7 +217,6 @@ "nibe_heatpump": {"nibe": {"async-timeout"}}, "norway_air": {"pymetno": {"async-timeout"}}, "opengarage": {"open-garage": {"async-timeout"}}, - "openhome": {"async-upnp-client": {"async-timeout"}}, "opensensemap": {"opensensemap-api": {"async-timeout"}}, "opnsense": { # https://github.com/mtreinish/pyopnsense/issues/27 @@ -236,12 +231,9 @@ }, "ring": {"ring-doorbell": {"async-timeout"}}, "rmvtransport": {"pyrmvtransport": {"async-timeout"}}, - "samsungtv": {"async-upnp-client": {"async-timeout"}}, "screenlogic": {"screenlogicpy": {"async-timeout"}}, "sense": {"sense-energy": {"async-timeout"}}, "slimproto": {"aioslimproto": {"async-timeout"}}, - "songpal": {"async-upnp-client": {"async-timeout"}}, - "ssdp": {"async-upnp-client": {"async-timeout"}}, "surepetcare": {"surepy": {"async-timeout"}}, "travisci": { # https://github.com/menegazzo/travispy seems to be unmaintained @@ -252,10 +244,8 @@ "travispy": {"pytest"}, }, "unifiprotect": {"uiprotect": {"async-timeout"}}, - "upnp": {"async-upnp-client": {"async-timeout"}}, "volkszaehler": {"volkszaehler": {"async-timeout"}}, "whirlpool": {"whirlpool-sixth-sense": {"async-timeout"}}, - "yeelight": {"async-upnp-client": {"async-timeout"}}, "zamg": {"zamg": {"async-timeout"}}, "zha": { # https://github.com/waveform80/colorzero/issues/9