Update aioazuredevops to 2.2.1 (#124788)
* Update aioazuredevops to 2.2.1 * Update testpull/124791/head
parent
bdd3aa8e39
commit
731aaaafe2
|
@ -6,7 +6,7 @@ import logging
|
|||
from typing import Final
|
||||
|
||||
from aioazuredevops.client import DevOpsClient
|
||||
from aioazuredevops.models.builds import Build
|
||||
from aioazuredevops.models.build import Build
|
||||
from aioazuredevops.models.core import Project
|
||||
import aiohttp
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from dataclasses import dataclass
|
||||
|
||||
from aioazuredevops.models.builds import Build
|
||||
from aioazuredevops.models.build import Build
|
||||
from aioazuredevops.models.core import Project
|
||||
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioazuredevops"],
|
||||
"requirements": ["aioazuredevops==2.1.1"]
|
||||
"requirements": ["aioazuredevops==2.2.1"]
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ from datetime import datetime
|
|||
import logging
|
||||
from typing import Any
|
||||
|
||||
from aioazuredevops.models.builds import Build
|
||||
from aioazuredevops.models.build import Build
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
SensorDeviceClass,
|
||||
|
|
|
@ -201,7 +201,7 @@ aioasuswrt==1.4.0
|
|||
aioautomower==2024.8.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.1.1
|
||||
aioazuredevops==2.2.1
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.9.0
|
||||
|
|
|
@ -189,7 +189,7 @@ aioasuswrt==1.4.0
|
|||
aioautomower==2024.8.0
|
||||
|
||||
# homeassistant.components.azure_devops
|
||||
aioazuredevops==2.1.1
|
||||
aioazuredevops==2.2.1
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.9.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from typing import Final
|
||||
|
||||
from aioazuredevops.models.builds import Build, BuildDefinition
|
||||
from aioazuredevops.models.build import Build, BuildDefinition
|
||||
from aioazuredevops.models.core import Project
|
||||
|
||||
from homeassistant.components.azure_devops.const import CONF_ORG, CONF_PAT, CONF_PROJECT
|
||||
|
|
Loading…
Reference in New Issue