Skip to content

Commit

Permalink
Upgrae simplepush to 1.1.4 (#10365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 5, 2017
1 parent 5d45146 commit f3511d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/simplepush.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ATTR_TITLE, ATTR_TITLE_DEFAULT, PLATFORM_SCHEMA, BaseNotificationService)
from homeassistant.const import CONF_PASSWORD

REQUIREMENTS = ['simplepush==1.1.3']
REQUIREMENTS = ['simplepush==1.1.4']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ sharp_aquos_rc==0.3.2
shodan==1.7.5

# homeassistant.components.notify.simplepush
simplepush==1.1.3
simplepush==1.1.4

# homeassistant.components.alarm_control_panel.simplisafe
simplisafe-python==1.0.5
Expand Down

0 comments on commit f3511d6

Please sign in to comment.