From dae286aed5fc564ac5a4b22d7aee695d69fe1cd4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 Nov 2020 21:25:23 +0100 Subject: [PATCH] Upgrade foobot_async to 1.0.0 (#43611) --- homeassistant/components/foobot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/foobot/manifest.json b/homeassistant/components/foobot/manifest.json index f4a4315055d..09458a18d91 100644 --- a/homeassistant/components/foobot/manifest.json +++ b/homeassistant/components/foobot/manifest.json @@ -2,6 +2,6 @@ "domain": "foobot", "name": "Foobot", "documentation": "https://www.home-assistant.io/integrations/foobot", - "requirements": ["foobot_async==0.3.2"], + "requirements": ["foobot_async==1.0.0"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index bc6137672c5..c85630f7c50 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -608,7 +608,7 @@ flux_led==0.22 fnvhash==0.1.0 # homeassistant.components.foobot -foobot_async==0.3.2 +foobot_async==1.0.0 # homeassistant.components.fortios fortiosapi==0.10.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 38366a499b8..a7bc7f10ab2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -305,7 +305,7 @@ feedparser-homeassistant==5.2.2.dev1 fnvhash==0.1.0 # homeassistant.components.foobot -foobot_async==0.3.2 +foobot_async==1.0.0 # homeassistant.components.google_translate gTTS-token==1.1.4