Wink: Update pubnubsub-handler version to make it compatible with python 3.7 (#19625)

This commit is contained in:
Louis-Etienne 2019-01-11 19:30:31 -05:00 committed by Paulus Schoutsen
parent 574669bd20
commit fe148606b8
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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