Skip to content

Commit

Permalink
Bump netdisco to 2.8.2 to accomodate new zeroconf exception (#38949)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and balloob committed Aug 20, 2020
1 parent 53e6c7f commit f1f09f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/discovery/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "discovery",
"name": "Discovery",
"documentation": "https://www.home-assistant.io/integrations/discovery",
"requirements": ["netdisco==2.8.1"],
"requirements": ["netdisco==2.8.2"],
"after_dependencies": ["zeroconf"],
"codeowners": [],
"quality_scale": "internal"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ssdp/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": ["defusedxml==0.6.0", "netdisco==2.8.1"],
"requirements": ["defusedxml==0.6.0", "netdisco==2.8.2"],
"after_dependencies": ["zeroconf"],
"codeowners": []
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -16,7 +16,7 @@ hass-nabucasa==0.35.0
home-assistant-frontend==20200811.0
importlib-metadata==1.6.0;python_version<'3.8'
jinja2>=2.11.1
netdisco==2.8.1
netdisco==2.8.2
paho-mqtt==1.5.0
pip>=8.0.3
python-slugify==4.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -945,7 +945,7 @@ netdata==0.2.0

# homeassistant.components.discovery
# homeassistant.components.ssdp
netdisco==2.8.1
netdisco==2.8.2

# homeassistant.components.neurio_energy
neurio==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -443,7 +443,7 @@ nessclient==0.9.15

# homeassistant.components.discovery
# homeassistant.components.ssdp
netdisco==2.8.1
netdisco==2.8.2

# homeassistant.components.nexia
nexia==0.9.3
Expand Down

0 comments on commit f1f09f7

Please sign in to comment.