From fe148606b8c76ad7ea658bdad064ab9f8f426f5f Mon Sep 17 00:00:00 2001 From: Louis-Etienne Date: Fri, 11 Jan 2019 19:30:31 -0500 Subject: [PATCH] Wink: Update pubnubsub-handler version to make it compatible with python 3.7 (#19625) --- homeassistant/components/wink/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wink/__init__.py b/homeassistant/components/wink/__init__.py index c4cefa2c2d1..90e717efd9c 100644 --- a/homeassistant/components/wink/__init__.py +++ b/homeassistant/components/wink/__init__.py @@ -25,7 +25,7 @@ from homeassistant.helpers.entity_component import EntityComponent from homeassistant.helpers.event import track_time_interval from homeassistant.util.json import load_json, save_json -REQUIREMENTS = ['python-wink==1.10.1', 'pubnubsub-handler==1.0.2'] +REQUIREMENTS = ['python-wink==1.10.1', 'pubnubsub-handler==1.0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d0c81e01d15..51cbc19a7e4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -831,7 +831,7 @@ protobuf==3.6.1 psutil==5.4.8 # homeassistant.components.wink -pubnubsub-handler==1.0.2 +pubnubsub-handler==1.0.3 # homeassistant.components.notify.pushbullet # homeassistant.components.sensor.pushbullet