diff --git a/homeassistant/components/pi_hole/manifest.json b/homeassistant/components/pi_hole/manifest.json index f35b7919251538c9a74d3756ca0e4d01afc584f8..bce7c9f8685d61bdb357e5d477169c9915da6d09 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 95284c00c8a46a4774558c82f93b4b316448b4e9..b85e4a0ddfae6ae880052352d08f4a215435d819 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 18aeb0e7a5d0b58b55e6a4f293ab20e0990e546a..4f98a57837998af1ba8d6a3999d44abdcb6b0c12 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