diff --git a/homeassistant/components/wink/manifest.json b/homeassistant/components/wink/manifest.json index 3536f69a7ca..118f7a19733 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.5", + "pubnubsub-handler==1.0.6", "python-wink==1.10.5" ], "dependencies": ["configurator"], diff --git a/requirements_all.txt b/requirements_all.txt index be565b3683e..233fc5f8459 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.5 +pubnubsub-handler==1.0.6 # homeassistant.components.pushbullet pushbullet.py==0.11.0