From 63ef9efa26f97c31b0915753e0f1fd83abdf49a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 28 Nov 2023 21:22:48 +0100 Subject: [PATCH] Bump pyAdax to 0.4.0 (#104660) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updata Adax lib Signed-off-by: Daniel Hjelseth Høyer --- homeassistant/components/adax/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/adax/manifest.json b/homeassistant/components/adax/manifest.json index 65cffc509d5..2742180333b 100644 --- a/homeassistant/components/adax/manifest.json +++ b/homeassistant/components/adax/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/adax", "iot_class": "local_polling", "loggers": ["adax", "adax_local"], - "requirements": ["adax==0.3.0", "Adax-local==0.1.5"] + "requirements": ["adax==0.4.0", "Adax-local==0.1.5"] } diff --git a/requirements_all.txt b/requirements_all.txt index a46d091eaf6..7241eeb375d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -146,7 +146,7 @@ WSDiscovery==2.0.0 accuweather==2.1.1 # homeassistant.components.adax -adax==0.3.0 +adax==0.4.0 # homeassistant.components.androidtv adb-shell[async]==0.4.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9577e2cdced..310cd192648 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -125,7 +125,7 @@ WSDiscovery==2.0.0 accuweather==2.1.1 # homeassistant.components.adax -adax==0.3.0 +adax==0.4.0 # homeassistant.components.androidtv adb-shell[async]==0.4.4