From aa266cb63077826781765e8fffaad706f4898a86 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Mon, 27 May 2019 22:09:05 -0400 Subject: [PATCH] pubnubsub-handler to 1.0.5 (#24154) --- 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 c837a46e011..3536f69a7ca 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.4", + "pubnubsub-handler==1.0.5", "python-wink==1.10.5" ], "dependencies": ["configurator"], diff --git a/requirements_all.txt b/requirements_all.txt index a2cf5e37cd9..be565b3683e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -921,7 +921,7 @@ psutil==5.6.2 ptvsd==4.2.8 # homeassistant.components.wink -pubnubsub-handler==1.0.4 +pubnubsub-handler==1.0.5 # homeassistant.components.pushbullet pushbullet.py==0.11.0