Upgrade pushbullet.py to 0.10.0 (#1939)
This commit is contained in:
parent
abc00c76bc
commit
cfd7ca344e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.components.notify import (
|
|||
from homeassistant.const import CONF_API_KEY
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ['pushbullet.py==0.9.0']
|
||||
REQUIREMENTS = ['pushbullet.py==0.10.0']
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
|
|
|
@ -176,7 +176,7 @@ proliphix==0.1.0
|
|||
psutil==4.1.0
|
||||
|
||||
# homeassistant.components.notify.pushbullet
|
||||
pushbullet.py==0.9.0
|
||||
pushbullet.py==0.10.0
|
||||
|
||||
# homeassistant.components.notify.pushetta
|
||||
pushetta==1.0.15
|
||||
|
|
Loading…
Add table
Reference in a new issue