Skip to content

Commit

Permalink
Bump pychromecast to 2.5.2 (#21127)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and cgarwood committed Feb 17, 2019
1 parent 6626747 commit ea592a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/cast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from homeassistant import config_entries
from homeassistant.helpers import config_entry_flow

REQUIREMENTS = ['pychromecast==2.5.1']
REQUIREMENTS = ['pychromecast==2.5.2']

DOMAIN = 'cast'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ pycfdns==0.0.1
pychannels==1.0.0

# homeassistant.components.cast
pychromecast==2.5.1
pychromecast==2.5.2

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

0 comments on commit ea592a0

Please sign in to comment.