From ad05a542ae19f842a554498f84ec994c8d9e2dff Mon Sep 17 00:00:00 2001 From: Simone Chemelli <simone.chemelli@gmail.com> Date: Wed, 8 May 2024 21:26:43 +0900 Subject: [PATCH] Bump aiovodafone to 0.6.0 (#117064) bump aiovodafone to 0.6.0 --- homeassistant/components/vodafone_station/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/vodafone_station/manifest.json b/homeassistant/components/vodafone_station/manifest.json index 7e2e974e709..47137fff26c 100644 --- a/homeassistant/components/vodafone_station/manifest.json +++ b/homeassistant/components/vodafone_station/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "loggers": ["aiovodafone"], "quality_scale": "silver", - "requirements": ["aiovodafone==0.5.4"] + "requirements": ["aiovodafone==0.6.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 90300cf4217..493a5f94673 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -389,7 +389,7 @@ aiounifi==77 aiovlc==0.1.0 # homeassistant.components.vodafone_station -aiovodafone==0.5.4 +aiovodafone==0.6.0 # homeassistant.components.waqi aiowaqi==3.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3ce3dd182df..edb9e7f6620 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -362,7 +362,7 @@ aiounifi==77 aiovlc==0.1.0 # homeassistant.components.vodafone_station -aiovodafone==0.5.4 +aiovodafone==0.6.0 # homeassistant.components.waqi aiowaqi==3.0.1 -- GitLab