Skip to content

Commit

Permalink
Bump netdisco to 2.8.3 for compat with latest zeroconf (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored May 7, 2021
1 parent 0cf07ee commit 7b07bc2
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "discovery",
"name": "Discovery",
"documentation": "https://www.home-assistant.io/integrations/discovery",
"requirements": ["netdisco==2.8.2"],
"requirements": ["netdisco==2.8.3"],
"after_dependencies": ["zeroconf"],
"codeowners": [],
"quality_scale": "internal"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ssdp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": [
"defusedxml==0.6.0",
"netdisco==2.8.2",
"netdisco==2.8.3",
"async-upnp-client==0.16.2"
],
"after_dependencies": ["zeroconf"],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hass-nabucasa==0.43.0
home-assistant-frontend==20210504.0
httpx==0.18.0
jinja2>=2.11.3
netdisco==2.8.2
netdisco==2.8.3
paho-mqtt==1.5.1
pillow==8.1.2
pip>=8.0.3,<20.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ netdata==0.2.0

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

# homeassistant.components.neurio_energy
neurio==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ nessclient==0.9.15

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

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

0 comments on commit 7b07bc2

Please sign in to comment.