Drop defusedxml dep from ssdp manifest (#56699)

pull/56679/head^2
J. Nick Koston 2021-09-26 19:49:43 -05:00 committed by GitHub
parent 26e031984b
commit 7ab6c82ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 7 deletions

View File

@ -2,10 +2,7 @@
"domain": "ssdp", "domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)", "name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp", "documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": [ "requirements": ["async-upnp-client==0.22.1"],
"defusedxml==0.7.1",
"async-upnp-client==0.22.1"
],
"dependencies": ["network"], "dependencies": ["network"],
"after_dependencies": ["zeroconf"], "after_dependencies": ["zeroconf"],
"codeowners": [], "codeowners": [],

View File

@ -13,7 +13,6 @@ bcrypt==3.1.7
certifi>=2020.12.5 certifi>=2020.12.5
ciso8601==2.2.0 ciso8601==2.2.0
cryptography==3.4.8 cryptography==3.4.8
defusedxml==0.7.1
emoji==1.5.0 emoji==1.5.0
hass-nabucasa==0.50.0 hass-nabucasa==0.50.0
home-assistant-frontend==20210922.0 home-assistant-frontend==20210922.0

View File

@ -522,7 +522,6 @@ debugpy==1.4.3
# homeassistant.components.ihc # homeassistant.components.ihc
# homeassistant.components.namecheapdns # homeassistant.components.namecheapdns
# homeassistant.components.ohmconnect # homeassistant.components.ohmconnect
# homeassistant.components.ssdp
defusedxml==0.7.1 defusedxml==0.7.1
# homeassistant.components.deluge # homeassistant.components.deluge

View File

@ -318,7 +318,6 @@ debugpy==1.4.3
# homeassistant.components.ihc # homeassistant.components.ihc
# homeassistant.components.namecheapdns # homeassistant.components.namecheapdns
# homeassistant.components.ohmconnect # homeassistant.components.ohmconnect
# homeassistant.components.ssdp
defusedxml==0.7.1 defusedxml==0.7.1
# homeassistant.components.denonavr # homeassistant.components.denonavr