From 5bc9ea0e47d93df057990419a78c833aed08b2ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Sat, 24 Dec 2022 02:43:41 +0100 Subject: [PATCH] Upgrade hole to 0.8.0 (#84516) --- 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 f35b7919251..bce7c9f8685 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.7.0"], + "requirements": ["hole==0.8.0"], "codeowners": ["@johnluetke", "@shenxn"], "config_flow": true, "iot_class": "local_polling", diff --git a/requirements_all.txt b/requirements_all.txt index 95284c00c8a..b85e4a0ddfa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -882,7 +882,7 @@ hkavr==0.0.5 hlk-sw16==0.0.9 # homeassistant.components.pi_hole -hole==0.7.0 +hole==0.8.0 # homeassistant.components.workday holidays==0.17.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 18aeb0e7a5d..4f98a578379 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -662,7 +662,7 @@ here_transit==1.2.0 hlk-sw16==0.0.9 # homeassistant.components.pi_hole -hole==0.7.0 +hole==0.8.0 # homeassistant.components.workday holidays==0.17.2 -- GitLab