diff --git a/homeassistant/components/media_player/webostv.py b/homeassistant/components/media_player/webostv.py index b3cd07b9d35dd4..d78619a82796bc 100644 --- a/homeassistant/components/media_player/webostv.py +++ b/homeassistant/components/media_player/webostv.py @@ -26,7 +26,7 @@ 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 bf7db87f06b370..5b357efcabd779 100644 --- a/homeassistant/components/spc.py +++ b/homeassistant/components/spc.py @@ -20,7 +20,7 @@ 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 50cc56f3443b4f..3bfdfc9721fb11 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