From 8e71559068a73efb9c98a7c54e45e7e7417df903 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 12 Jul 2020 18:39:01 -0700 Subject: [PATCH] Bump aiokafka to 0.6.0 (#37778) --- homeassistant/components/apache_kafka/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/apache_kafka/manifest.json b/homeassistant/components/apache_kafka/manifest.json index f4dd2cb6ae8..259082c84c7 100644 --- a/homeassistant/components/apache_kafka/manifest.json +++ b/homeassistant/components/apache_kafka/manifest.json @@ -2,6 +2,6 @@ "domain": "apache_kafka", "name": "Apache Kafka", "documentation": "https://www.home-assistant.io/integrations/apache_kafka", - "requirements": ["aiokafka==0.5.1"], + "requirements": ["aiokafka==0.6.0"], "codeowners": ["@bachya"] } diff --git a/requirements_all.txt b/requirements_all.txt index 2fefbf42671..d1e917e1835 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -180,7 +180,7 @@ aiohue==2.1.0 aioimaplib==0.7.15 # homeassistant.components.apache_kafka -aiokafka==0.5.1 +aiokafka==0.6.0 # homeassistant.components.kef aiokef==0.2.13 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0b434ee2232..6caab02523c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -102,7 +102,7 @@ aiohttp_cors==0.7.0 aiohue==2.1.0 # homeassistant.components.apache_kafka -aiokafka==0.5.1 +aiokafka==0.6.0 # homeassistant.components.notion aionotion==1.1.0