Upgrade python-pushover to 0.3 (#9045)

* Upgrade python-pushover

* Upgrade python-pushover
This commit is contained in:
David 2017-08-20 01:00:07 +10:00 committed by Pascal Vizeli
parent 5d52993231
commit 0f9ae8827c
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_API_KEY
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-pushover==0.2']
REQUIREMENTS = ['python-pushover==0.3']
_LOGGER = logging.getLogger(__name__)

View file

@ -754,7 +754,7 @@ python-nest==3.1.0
python-nmap==0.6.1
# homeassistant.components.notify.pushover
python-pushover==0.2
python-pushover==0.3
# homeassistant.components.sensor.ripple
python-ripple-api==0.0.2