Upgrade defusedxml to 0.7.1 (#50671)
parent
de77e0be8c
commit
aa6b26c9ff
|
@ -2,7 +2,7 @@
|
|||
"domain": "ihc",
|
||||
"name": "IHC Controller",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ihc",
|
||||
"requirements": ["defusedxml==0.6.0", "ihcsdk==2.7.0"],
|
||||
"requirements": ["defusedxml==0.7.1", "ihcsdk==2.7.0"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "namecheapdns",
|
||||
"name": "Namecheap FreeDNS",
|
||||
"documentation": "https://www.home-assistant.io/integrations/namecheapdns",
|
||||
"requirements": ["defusedxml==0.6.0"],
|
||||
"requirements": ["defusedxml==0.7.1"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_push"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "ohmconnect",
|
||||
"name": "OhmConnect",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ohmconnect",
|
||||
"requirements": ["defusedxml==0.6.0"],
|
||||
"requirements": ["defusedxml==0.7.1"],
|
||||
"codeowners": ["@robbiet480"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Simple Service Discovery Protocol (SSDP)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
||||
"requirements": [
|
||||
"defusedxml==0.6.0",
|
||||
"defusedxml==0.7.1",
|
||||
"netdisco==2.8.3",
|
||||
"async-upnp-client==0.17.0"
|
||||
],
|
||||
|
|
|
@ -13,7 +13,7 @@ bcrypt==3.1.7
|
|||
certifi>=2020.12.5
|
||||
ciso8601==2.1.3
|
||||
cryptography==3.3.2
|
||||
defusedxml==0.6.0
|
||||
defusedxml==0.7.1
|
||||
distro==1.5.0
|
||||
emoji==1.2.0
|
||||
hass-nabucasa==0.43.0
|
||||
|
|
|
@ -479,7 +479,7 @@ debugpy==1.3.0
|
|||
# homeassistant.components.namecheapdns
|
||||
# homeassistant.components.ohmconnect
|
||||
# homeassistant.components.ssdp
|
||||
defusedxml==0.6.0
|
||||
defusedxml==0.7.1
|
||||
|
||||
# homeassistant.components.deluge
|
||||
deluge-client==1.7.1
|
||||
|
|
|
@ -267,7 +267,7 @@ debugpy==1.3.0
|
|||
# homeassistant.components.namecheapdns
|
||||
# homeassistant.components.ohmconnect
|
||||
# homeassistant.components.ssdp
|
||||
defusedxml==0.6.0
|
||||
defusedxml==0.7.1
|
||||
|
||||
# homeassistant.components.denonavr
|
||||
denonavr==0.10.8
|
||||
|
|
Loading…
Reference in New Issue