Upgrade defusedxml to 0.6.0 (#23651)
This commit is contained in:
parent
7f0953766b
commit
c384adeef4
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Ihc",
|
||||
"documentation": "https://www.home-assistant.io/components/ihc",
|
||||
"requirements": [
|
||||
"defusedxml==0.5.0",
|
||||
"defusedxml==0.6.0",
|
||||
"ihcsdk==2.3.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Namecheapdns",
|
||||
"documentation": "https://www.home-assistant.io/components/namecheapdns",
|
||||
"requirements": [
|
||||
"defusedxml==0.5.0"
|
||||
"defusedxml==0.6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Ohmconnect",
|
||||
"documentation": "https://www.home-assistant.io/components/ohmconnect",
|
||||
"requirements": [
|
||||
"defusedxml==0.5.0"
|
||||
"defusedxml==0.6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Upc connect",
|
||||
"documentation": "https://www.home-assistant.io/components/upc_connect",
|
||||
"requirements": [
|
||||
"defusedxml==0.5.0"
|
||||
"defusedxml==0.6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
|
|
@ -335,7 +335,7 @@ datapoint==0.4.3
|
|||
# homeassistant.components.namecheapdns
|
||||
# homeassistant.components.ohmconnect
|
||||
# homeassistant.components.upc_connect
|
||||
defusedxml==0.5.0
|
||||
defusedxml==0.6.0
|
||||
|
||||
# homeassistant.components.deluge
|
||||
deluge-client==1.4.0
|
||||
|
|
|
@ -82,7 +82,7 @@ coinmarketcap==5.0.3
|
|||
# homeassistant.components.namecheapdns
|
||||
# homeassistant.components.ohmconnect
|
||||
# homeassistant.components.upc_connect
|
||||
defusedxml==0.5.0
|
||||
defusedxml==0.6.0
|
||||
|
||||
# homeassistant.components.dsmr
|
||||
dsmr_parser==0.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue