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