Skip to content

Commit

Permalink
Upgrade xmltodict to 0.12.0 (#23277)
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe authored and rohankapoorcom committed Apr 21, 2019
1 parent 8065382 commit a863248
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bluesound/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Bluesound",
"documentation": "https://www.home-assistant.io/components/bluesound",
"requirements": [
"xmltodict==0.11.0"
"xmltodict==0.12.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/startca/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Startca",
"documentation": "https://www.home-assistant.io/components/startca",
"requirements": [
"xmltodict==0.11.0"
"xmltodict==0.12.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ted5000/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ted5000",
"documentation": "https://www.home-assistant.io/components/ted5000",
"requirements": [
"xmltodict==0.11.0"
"xmltodict==0.12.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/yr/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Yr",
"documentation": "https://www.home-assistant.io/components/yr",
"requirements": [
"xmltodict==0.11.0"
"xmltodict==0.12.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zestimate/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Zestimate",
"documentation": "https://www.home-assistant.io/components/zestimate",
"requirements": [
"xmltodict==0.11.0"
"xmltodict==0.12.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ xknx==0.10.0
# homeassistant.components.ted5000
# homeassistant.components.yr
# homeassistant.components.zestimate
xmltodict==0.11.0
xmltodict==0.12.0

# homeassistant.components.xs1
xs1-api-client==2.3.5
Expand Down

0 comments on commit a863248

Please sign in to comment.