From 2dc6ba0ab4ce1aff3a5c5fa877e83501240cee32 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Apr 2020 12:47:13 +0200 Subject: [PATCH] Upgrade getmac to 0.8.2 (#34013) --- homeassistant/components/huawei_lte/manifest.json | 2 +- homeassistant/components/kef/manifest.json | 2 +- homeassistant/components/minecraft_server/manifest.json | 2 +- homeassistant/components/nmap_tracker/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/huawei_lte/manifest.json b/homeassistant/components/huawei_lte/manifest.json index d63387ce9f5..e1e91c08e9a 100644 --- a/homeassistant/components/huawei_lte/manifest.json +++ b/homeassistant/components/huawei_lte/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/huawei_lte", "requirements": [ - "getmac==0.8.1", + "getmac==0.8.2", "huawei-lte-api==1.4.11", "stringcase==1.2.0", "url-normalize==1.4.1" diff --git a/homeassistant/components/kef/manifest.json b/homeassistant/components/kef/manifest.json index 156b495dcf8..bb68d37707f 100644 --- a/homeassistant/components/kef/manifest.json +++ b/homeassistant/components/kef/manifest.json @@ -3,5 +3,5 @@ "name": "KEF", "documentation": "https://www.home-assistant.io/integrations/kef", "codeowners": ["@basnijholt"], - "requirements": ["aiokef==0.2.9", "getmac==0.8.1"] + "requirements": ["aiokef==0.2.9", "getmac==0.8.2"] } diff --git a/homeassistant/components/minecraft_server/manifest.json b/homeassistant/components/minecraft_server/manifest.json index 6f50b058762..03710520b90 100644 --- a/homeassistant/components/minecraft_server/manifest.json +++ b/homeassistant/components/minecraft_server/manifest.json @@ -3,7 +3,7 @@ "name": "Minecraft Server", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/minecraft_server", - "requirements": ["aiodns==2.0.0", "getmac==0.8.1", "mcstatus==2.3.0"], + "requirements": ["aiodns==2.0.0", "getmac==0.8.2", "mcstatus==2.3.0"], "codeowners": ["@elmurato"], "quality_scale": "silver" } diff --git a/homeassistant/components/nmap_tracker/manifest.json b/homeassistant/components/nmap_tracker/manifest.json index 4e1d7d9a8fd..1b049b54a07 100644 --- a/homeassistant/components/nmap_tracker/manifest.json +++ b/homeassistant/components/nmap_tracker/manifest.json @@ -2,6 +2,6 @@ "domain": "nmap_tracker", "name": "Nmap Tracker", "documentation": "https://www.home-assistant.io/integrations/nmap_tracker", - "requirements": ["python-nmap==0.6.1", "getmac==0.8.1"], + "requirements": ["python-nmap==0.6.1", "getmac==0.8.2"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 57a230d8667..3bbccd4671f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -607,7 +607,7 @@ georss_qld_bushfire_alert_client==0.3 # homeassistant.components.kef # homeassistant.components.minecraft_server # homeassistant.components.nmap_tracker -getmac==0.8.1 +getmac==0.8.2 # homeassistant.components.gios gios==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5238d0efcae..e687b3d4945 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -239,7 +239,7 @@ georss_qld_bushfire_alert_client==0.3 # homeassistant.components.kef # homeassistant.components.minecraft_server # homeassistant.components.nmap_tracker -getmac==0.8.1 +getmac==0.8.2 # homeassistant.components.gios gios==0.1.1