From b45a952d61d34e3a48a69d281a03234d7bfb418d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 9 Jul 2020 23:44:19 -0700 Subject: [PATCH] Upgrade foobot-async (#37706) --- 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 190d3e9837f..f4a4315055d 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.1"], + "requirements": ["foobot_async==0.3.2"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index ccfd2d49179..dc181627259 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -603,7 +603,7 @@ flux_led==0.22 fnvhash==0.1.0 # homeassistant.components.foobot -foobot_async==0.3.1 +foobot_async==0.3.2 # homeassistant.components.fortios fortiosapi==0.10.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d5c40bcd715..c292d1e4691 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -278,7 +278,7 @@ feedparser-homeassistant==5.2.2.dev1 fnvhash==0.1.0 # homeassistant.components.foobot -foobot_async==0.3.1 +foobot_async==0.3.2 # homeassistant.components.google_translate gTTS-token==1.1.3