From 80d2e0857245047e7a86ef3c61aa94a8045e3182 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Fri, 22 Aug 2025 05:55:13 +0100 Subject: [PATCH] Update aioazuredevops to 2.2.2 (#151000) --- homeassistant/components/azure_devops/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/hassfest/requirements.py | 5 ----- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/azure_devops/manifest.json b/homeassistant/components/azure_devops/manifest.json index 5086e44ab0f..531c9dac48e 100644 --- a/homeassistant/components/azure_devops/manifest.json +++ b/homeassistant/components/azure_devops/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/azure_devops", "iot_class": "cloud_polling", "loggers": ["aioazuredevops"], - "requirements": ["aioazuredevops==2.2.1"] + "requirements": ["aioazuredevops==2.2.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3c141c24bc2..035f404d09a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -207,7 +207,7 @@ aioasuswrt==1.4.0 aioautomower==2.1.2 # homeassistant.components.azure_devops -aioazuredevops==2.2.1 +aioazuredevops==2.2.2 # homeassistant.components.baf aiobafi6==0.9.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 172eee82795..0dd87889e20 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -195,7 +195,7 @@ aioasuswrt==1.4.0 aioautomower==2.1.2 # homeassistant.components.azure_devops -aioazuredevops==2.2.1 +aioazuredevops==2.2.2 # homeassistant.components.baf aiobafi6==0.9.0 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index a2d305f76ef..1a53e837a21 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -98,11 +98,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "ampio": {"asmog": {"async-timeout"}}, "apache_kafka": {"aiokafka": {"async-timeout"}}, "apple_tv": {"pyatv": {"async-timeout"}}, - "azure_devops": { - # https://github.com/timmo001/aioazuredevops/issues/67 - # aioazuredevops > incremental > setuptools - "incremental": {"setuptools"} - }, "blackbird": { # https://github.com/koolsb/pyblackbird/issues/12 # pyblackbird > pyserial-asyncio