Upgrade websocket-client to 0.37.0 (#2382)
This commit is contained in:
parent
d0b9b588a9
commit
7a73dc7d6a
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
STATE_PLAYING, STATE_PAUSED, STATE_OFF)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ['websocket-client==0.35.0']
|
||||
REQUIREMENTS = ['websocket-client==0.37.0']
|
||||
SUPPORT_GPMDP = SUPPORT_PAUSE | SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK
|
||||
|
||||
|
||||
|
|
|
@ -410,7 +410,7 @@ vsure==0.8.1
|
|||
wakeonlan==0.2.2
|
||||
|
||||
# homeassistant.components.media_player.gpmdp
|
||||
websocket-client==0.35.0
|
||||
websocket-client==0.37.0
|
||||
|
||||
# homeassistant.components.zigbee
|
||||
xbee-helper==0.0.7
|
||||
|
|
Loading…
Add table
Reference in a new issue