From 607a173ed0eb6ea5e0089ccb15e48e48159414a2 Mon Sep 17 00:00:00 2001 From: Zoe Boele Date: Wed, 12 Sep 2018 10:37:46 +0200 Subject: [PATCH 1/3] increasing python-websockets' version number so now it works with python 3.7 --- homeassistant/components/media_player/webostv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/webostv.py b/homeassistant/components/media_player/webostv.py index b3cd07b9d35dd..d78619a82796b 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__) From db4ab527ef2b8dbcfb64066d084ab0429c78d64a Mon Sep 17 00:00:00 2001 From: zoe1337 Date: Wed, 12 Sep 2018 11:03:31 +0200 Subject: [PATCH 2/3] required version for websockets increased to work with Python 3.7 --- homeassistant/components/spc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/spc.py b/homeassistant/components/spc.py index bf7db87f06b37..5b357efcabd77 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__) From 5f09e23bcb3a97ab1ca2a0128e8b0414067105cc Mon Sep 17 00:00:00 2001 From: zoe1337 Date: Wed, 12 Sep 2018 11:13:02 +0200 Subject: [PATCH 3/3] script/gen_requirements_all.py is done --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 50cc56f3443b4..3bfdfc9721fb1 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