From bf67458d836c253a2eeabdc98cd0bb6dde50ddae Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 10 Jan 2023 10:46:36 +0200 Subject: [PATCH] Bump aioshelly to 5.2.1 to fix Task exception was never retrieved (#85575) Bump aioshelly to 5.2.1 --- homeassistant/components/shelly/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 911b0cf8c7c..b28218c3cfa 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -3,7 +3,7 @@ "name": "Shelly", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/shelly", - "requirements": ["aioshelly==5.2.0"], + "requirements": ["aioshelly==5.2.1"], "dependencies": ["bluetooth", "http"], "zeroconf": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 93f52147889..4a6a938e663 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -270,7 +270,7 @@ aiosenseme==0.6.1 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==5.2.0 +aioshelly==5.2.1 # homeassistant.components.skybell aioskybell==22.7.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e716fdaddbf..12fe865b160 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -248,7 +248,7 @@ aiosenseme==0.6.1 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==5.2.0 +aioshelly==5.2.1 # homeassistant.components.skybell aioskybell==22.7.0