From d858e1be056c369e38cb15cad87cce61c934a437 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Fri, 7 Jun 2019 23:29:31 -0400 Subject: [PATCH] Updated pubnubsub-handler to 1.0.7 to fix crash on slow startup (#24388) --- homeassistant/components/wink/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wink/manifest.json b/homeassistant/components/wink/manifest.json index 118f7a19733..a878b084169 100644 --- a/homeassistant/components/wink/manifest.json +++ b/homeassistant/components/wink/manifest.json @@ -3,7 +3,7 @@ "name": "Wink", "documentation": "https://www.home-assistant.io/components/wink", "requirements": [ - "pubnubsub-handler==1.0.6", + "pubnubsub-handler==1.0.7", "python-wink==1.10.5" ], "dependencies": ["configurator"], diff --git a/requirements_all.txt b/requirements_all.txt index d8332696999..65c92377da7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -930,7 +930,7 @@ psutil==5.6.2 ptvsd==4.2.8 # homeassistant.components.wink -pubnubsub-handler==1.0.6 +pubnubsub-handler==1.0.7 # homeassistant.components.pushbullet pushbullet.py==0.11.0