From 4a0a56ebdc68571f9bf202df2f104df96af5f490 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 Mar 2020 17:22:34 +0100 Subject: [PATCH] Upgrade hole to 0.5.1 (#33249) --- homeassistant/components/pi_hole/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/pi_hole/manifest.json b/homeassistant/components/pi_hole/manifest.json index 2f93929d8aa..5d8f8557099 100644 --- a/homeassistant/components/pi_hole/manifest.json +++ b/homeassistant/components/pi_hole/manifest.json @@ -2,7 +2,7 @@ "domain": "pi_hole", "name": "Pi-hole", "documentation": "https://www.home-assistant.io/integrations/pi_hole", - "requirements": ["hole==0.5.0"], + "requirements": ["hole==0.5.1"], "dependencies": [], "codeowners": ["@fabaff", "@johnluetke"] } diff --git a/requirements_all.txt b/requirements_all.txt index 14eed6a8541..75027277f24 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -698,7 +698,7 @@ hkavr==0.0.5 hlk-sw16==0.0.8 # homeassistant.components.pi_hole -hole==0.5.0 +hole==0.5.1 # homeassistant.components.workday holidays==0.10.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f82eb0f7cd4..a4f6a0e1add 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -273,7 +273,7 @@ hdate==0.9.5 herepy==2.0.0 # homeassistant.components.pi_hole -hole==0.5.0 +hole==0.5.1 # homeassistant.components.workday holidays==0.10.1