Skip to content

Commit

Permalink
Update dependencies cast + discovery (home-assistant#8646)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and dethpickle committed Aug 18, 2017
1 parent 561b98d commit 8c5d1a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from homeassistant.helpers.discovery import async_load_platform, async_discover
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['netdisco==1.0.1']
REQUIREMENTS = ['netdisco==1.1.0']

DOMAIN = 'discovery'

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['pychromecast==0.8.1']
REQUIREMENTS = ['pychromecast==0.8.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ myusps==1.1.2
nad_receiver==0.0.6

# homeassistant.components.discovery
netdisco==1.0.1
netdisco==1.1.0

# homeassistant.components.sensor.neurio_energy
neurio==0.3.1
Expand Down Expand Up @@ -541,7 +541,7 @@ pybbox==0.0.5-alpha
# pybluez==0.22

# homeassistant.components.media_player.cast
pychromecast==0.8.1
pychromecast==0.8.2

# homeassistant.components.media_player.cmus
pycmus==0.1.0
Expand Down

0 comments on commit 8c5d1a1

Please sign in to comment.