mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Update aioazuredevops to 2.2.2 (#151000)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -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
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user