Upgrade pubnubsub-handler to 1.0.9 (#44542)
This resolves an error thrown on shutdown of the wink component
This commit is contained in:
parent
64dd748330
commit
cdda5900e5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "wink",
|
"domain": "wink",
|
||||||
"name": "Wink",
|
"name": "Wink",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wink",
|
"documentation": "https://www.home-assistant.io/integrations/wink",
|
||||||
"requirements": ["pubnubsub-handler==1.0.8", "python-wink==1.10.5"],
|
"requirements": ["pubnubsub-handler==1.0.9", "python-wink==1.10.5"],
|
||||||
"dependencies": ["configurator", "http"],
|
"dependencies": ["configurator", "http"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1174,7 +1174,7 @@ psutil==5.8.0
|
||||||
ptvsd==4.3.2
|
ptvsd==4.3.2
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnubsub-handler==1.0.8
|
pubnubsub-handler==1.0.9
|
||||||
|
|
||||||
# homeassistant.components.pulseaudio_loopback
|
# homeassistant.components.pulseaudio_loopback
|
||||||
pulsectl==20.2.4
|
pulsectl==20.2.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue