From b5336ed04ee863187848d2937d06bebc706b0ea0 Mon Sep 17 00:00:00 2001
From: William Scanlon <wjs.scanlon@gmail.com>
Date: Tue, 28 Mar 2017 14:13:45 -0400
Subject: [PATCH] Updated pubnubsub-handler version (#6829)

---
 homeassistant/components/wink.py | 2 +-
 requirements_all.txt             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py
index 92cd7baa65e..8cf32f64d61 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 bb0993338f3..ea986259ea8 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
-- 
GitLab