diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 92cd7baa65ef6c154896f18a2f85d733b5d636e7..8cf32f64d61c14e853293e1b0c1d15d67e018588 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -15,7 +15,7 @@ from homeassistant.const import ( from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-wink==1.2.3', 'pubnubsub-handler==1.0.1'] +REQUIREMENTS = ['python-wink==1.2.3', 'pubnubsub-handler==1.0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bb0993338f3f671505c65f485d4912db88f41fbf..ea986259ea823df4724479b92f722f6cdb5267d7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -441,7 +441,7 @@ proliphix==0.4.1 psutil==5.2.1 # homeassistant.components.wink -pubnubsub-handler==1.0.1 +pubnubsub-handler==1.0.2 # homeassistant.components.notify.pushbullet pushbullet.py==0.10.0