diff --git a/homeassistant/components/media_player/webostv.py b/homeassistant/components/media_player/webostv.py index b5240bdb9f5..0a5b9fe509b 100644 --- a/homeassistant/components/media_player/webostv.py +++ b/homeassistant/components/media_player/webostv.py @@ -24,7 +24,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv from homeassistant.helpers.script import Script -REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==3.2'] +REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==6.0'] _CONFIGURING = {} # type: Dict[str, str] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/spc.py b/homeassistant/components/spc.py index bf7db87f06b..5b357efcabd 100644 --- a/homeassistant/components/spc.py +++ b/homeassistant/components/spc.py @@ -20,7 +20,7 @@ from homeassistant.const import ( from homeassistant.helpers import discovery import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['websockets==3.2'] +REQUIREMENTS = ['websockets==6.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 63861d2ab3d..c9bdccfb4a6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1480,7 +1480,7 @@ websocket-client==0.37.0 # homeassistant.components.spc # homeassistant.components.media_player.webostv -websockets==3.2 +websockets==6.0 # homeassistant.components.wirelesstag wirelesstagpy==0.3.0