diff --git a/homeassistant/components/guardian/manifest.json b/homeassistant/components/guardian/manifest.json index e3907ed1ceb..c74ca33b06f 100644 --- a/homeassistant/components/guardian/manifest.json +++ b/homeassistant/components/guardian/manifest.json @@ -21,6 +21,6 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["aioguardian"], - "requirements": ["aioguardian==2022.07.0"], + "requirements": ["aioguardian==2026.01.1"], "zeroconf": ["_api._udp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 283b3347d1b..9fccd05541e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -268,7 +268,7 @@ aioftp==0.21.3 aiogithubapi==24.6.0 # homeassistant.components.guardian -aioguardian==2022.07.0 +aioguardian==2026.01.1 # homeassistant.components.harmony aioharmony==0.5.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e70fbff0bdb..81d4b629d6a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -256,7 +256,7 @@ aioflo==2021.11.0 aiogithubapi==24.6.0 # homeassistant.components.guardian -aioguardian==2022.07.0 +aioguardian==2026.01.1 # homeassistant.components.harmony aioharmony==0.5.3 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 63420e21212..abbf5817830 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -150,11 +150,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "flux_led": {"flux-led": {"async-timeout"}}, "foobot": {"foobot-async": {"async-timeout"}}, "github": {"aiogithubapi": {"async-timeout"}}, - "guardian": { - # https://github.com/jsbronder/asyncio-dgram/issues/20 - # aioguardian > asyncio-dgram > setuptools - "asyncio-dgram": {"setuptools"} - }, "harmony": {"aioharmony": {"async-timeout"}}, "here_travel_time": { "here-routing": {"async-timeout"}, @@ -168,11 +163,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "influxdb-client": {"setuptools"} }, "izone": {"python-izone": {"async-timeout"}}, - "keba": { - # https://github.com/jsbronder/asyncio-dgram/issues/20 - # keba-kecontact > asyncio-dgram > setuptools - "asyncio-dgram": {"setuptools"} - }, "kef": {"aiokef": {"async-timeout"}}, "kodi": {"jsonrpc-websocket": {"async-timeout"}}, "ld2410_ble": {"ld2410-ble": {"async-timeout"}}, @@ -192,11 +182,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "microbeespy": {"setuptools"} }, "mill": {"millheater": {"async-timeout"}, "mill-local": {"async-timeout"}}, - "minecraft_server": { - # https://github.com/jsbronder/asyncio-dgram/issues/20 - # mcstatus > asyncio-dgram > setuptools - "asyncio-dgram": {"setuptools"} - }, "mochad": { # https://github.com/mtreinish/pymochad/issues/8 # pymochad > pbr > setuptools