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