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