Bump xmltodict to 0.13.0 (#73974)
Changelog: https://github.com/martinblech/xmltodict/blob/v0.13.0/CHANGELOG.mdpull/73879/head
parent
fb5e6aaa29
commit
9a0b3796d3
|
@ -2,7 +2,7 @@
|
|||
"domain": "bluesound",
|
||||
"name": "Bluesound",
|
||||
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
||||
"requirements": ["xmltodict==0.12.0"],
|
||||
"requirements": ["xmltodict==0.13.0"],
|
||||
"codeowners": ["@thrawnarn"],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "fritz",
|
||||
"name": "AVM FRITZ!Box Tools",
|
||||
"documentation": "https://www.home-assistant.io/integrations/fritz",
|
||||
"requirements": ["fritzconnection==1.8.0", "xmltodict==0.12.0"],
|
||||
"requirements": ["fritzconnection==1.8.0", "xmltodict==0.13.0"],
|
||||
"dependencies": ["network"],
|
||||
"codeowners": ["@mammuth", "@AaronDavidSchneider", "@chemelli74", "@mib1185"],
|
||||
"config_flow": true,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "rest",
|
||||
"name": "RESTful",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rest",
|
||||
"requirements": ["jsonpath==0.82", "xmltodict==0.12.0"],
|
||||
"requirements": ["jsonpath==0.82", "xmltodict==0.13.0"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "startca",
|
||||
"name": "Start.ca",
|
||||
"documentation": "https://www.home-assistant.io/integrations/startca",
|
||||
"requirements": ["xmltodict==0.12.0"],
|
||||
"requirements": ["xmltodict==0.13.0"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "ted5000",
|
||||
"name": "The Energy Detective TED5000",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ted5000",
|
||||
"requirements": ["xmltodict==0.12.0"],
|
||||
"requirements": ["xmltodict==0.13.0"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "zestimate",
|
||||
"name": "Zestimate",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zestimate",
|
||||
"requirements": ["xmltodict==0.12.0"],
|
||||
"requirements": ["xmltodict==0.13.0"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -2465,7 +2465,7 @@ xknx==0.21.3
|
|||
# homeassistant.components.startca
|
||||
# homeassistant.components.ted5000
|
||||
# homeassistant.components.zestimate
|
||||
xmltodict==0.12.0
|
||||
xmltodict==0.13.0
|
||||
|
||||
# homeassistant.components.xs1
|
||||
xs1-api-client==3.0.0
|
||||
|
|
|
@ -1638,7 +1638,7 @@ xknx==0.21.3
|
|||
# homeassistant.components.startca
|
||||
# homeassistant.components.ted5000
|
||||
# homeassistant.components.zestimate
|
||||
xmltodict==0.12.0
|
||||
xmltodict==0.13.0
|
||||
|
||||
# homeassistant.components.yale_smart_alarm
|
||||
yalesmartalarmclient==0.3.8
|
||||
|
|
Loading…
Reference in New Issue