Upgrade defusedxml to 0.7.1 (#50671)

pull/50455/head
Franck Nijhof 2021-05-15 19:41:34 +02:00 committed by GitHub
parent de77e0be8c
commit aa6b26c9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
],

View File

@ -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

View File

@ -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

View File

@ -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