Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.95.1 #24787

Merged
merged 4 commits into from
Jun 27, 2019
Merged

0.95.1 #24787

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Pubnub to 1.0.8 (#24781)
  • Loading branch information
William Scanlon authored and balloob committed Jun 27, 2019
commit dce667fa0781b96ffc26f626c5055e1c339c30da
2 changes: 1 addition & 1 deletion homeassistant/components/wink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Wink",
"documentation": "https://www.home-assistant.io/components/wink",
"requirements": [
"pubnubsub-handler==1.0.7",
"pubnubsub-handler==1.0.8",
"python-wink==1.10.5"
],
"dependencies": ["configurator"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ psutil==5.6.2
ptvsd==4.2.8

# homeassistant.components.wink
pubnubsub-handler==1.0.7
pubnubsub-handler==1.0.8

# homeassistant.components.pushbullet
pushbullet.py==0.11.0
Expand Down