From 82dc8260c68778398443dfb67908fc24b81ffa56 Mon Sep 17 00:00:00 2001 From: Eric Severance Date: Mon, 8 Jan 2024 22:01:15 -0800 Subject: [PATCH] Bump pywemo to 1.4.0 (#107623) --- homeassistant/components/wemo/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/wemo/manifest.json b/homeassistant/components/wemo/manifest.json index c0428e62b71..71a1eac62a8 100644 --- a/homeassistant/components/wemo/manifest.json +++ b/homeassistant/components/wemo/manifest.json @@ -9,7 +9,7 @@ }, "iot_class": "local_push", "loggers": ["pywemo"], - "requirements": ["pywemo==1.3.0"], + "requirements": ["pywemo==1.4.0"], "ssdp": [ { "manufacturer": "Belkin International Inc." diff --git a/requirements_all.txt b/requirements_all.txt index 035fddec931..da1a3d6e043 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2328,7 +2328,7 @@ pyweatherflowudp==1.4.5 pywebpush==1.9.2 # homeassistant.components.wemo -pywemo==1.3.0 +pywemo==1.4.0 # homeassistant.components.wilight pywilight==0.0.74 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4a898450ad9..92e74f7545c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1768,7 +1768,7 @@ pyweatherflowudp==1.4.5 pywebpush==1.9.2 # homeassistant.components.wemo -pywemo==1.3.0 +pywemo==1.4.0 # homeassistant.components.wilight pywilight==0.0.74