Wink: Update pubnubsub-handler version to make it compatible with python 3.7 (#19625)
This commit is contained in:
parent
574669bd20
commit
fe148606b8
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue