Update pychromecast (#21097)

pull/21102/head
Paulus Schoutsen 2019-02-15 09:46:03 -08:00 committed by GitHub
parent 46efc0eafb
commit 05808afe75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
from homeassistant import config_entries
from homeassistant.helpers import config_entry_flow
REQUIREMENTS = ['pychromecast==2.5.0']
REQUIREMENTS = ['pychromecast==2.5.1']
DOMAIN = 'cast'

View File

@ -959,7 +959,7 @@ pycfdns==0.0.1
pychannels==1.0.0
# homeassistant.components.cast
pychromecast==2.5.0
pychromecast==2.5.1
# homeassistant.components.media_player.cmus
pycmus==0.1.1