From d83cd941a7f455d30e8fb5b008c8d93327f894df Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 Jun 2026 09:37:58 +0200 Subject: [PATCH] Bump hole to 0.9.2 (#173936) --- homeassistant/components/pi_hole/manifest.json | 2 +- requirements_all.txt | 2 +- tests/components/pi_hole/__init__.py | 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 34979f853fe8..8140c640db68 100644 --- a/homeassistant/components/pi_hole/manifest.json +++ b/homeassistant/components/pi_hole/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["hole"], - "requirements": ["hole==0.9.0"] + "requirements": ["hole==0.9.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 49f87ebeaf43..893526361121 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1268,7 +1268,7 @@ hko==0.3.2 hlk-sw16==0.0.9 # homeassistant.components.pi_hole -hole==0.9.0 +hole==0.9.2 # homeassistant.components.holiday # homeassistant.components.workday diff --git a/tests/components/pi_hole/__init__.py b/tests/components/pi_hole/__init__.py index d5080e7f1daf..7fa0f922dc68 100644 --- a/tests/components/pi_hole/__init__.py +++ b/tests/components/pi_hole/__init__.py @@ -232,7 +232,7 @@ def _create_mocked_hole( incorrect_app_password or password not in ["newkey", "apikey"] ): raise HoleError("Authentication failed: Invalid password") - raise HoleConnectionError + raise HoleConnectionError("Connection error") async def get_data_side_effect(*_args, **_kwargs): """Return data based on the mocked Hole instance state."""