Skip to content

Commit

Permalink
update pywebpush==1.3.0 (#10374)
Browse files Browse the repository at this point in the history
  • Loading branch information
perosb authored and pvizeli committed Nov 8, 2017
1 parent e49278c commit db8510f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/html5.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from homeassistant.helpers import config_validation as cv
from homeassistant.util import ensure_unique_string

REQUIREMENTS = ['pywebpush==1.1.0', 'PyJWT==1.5.3']
REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3']

DEPENDENCIES = ['frontend']

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ pyvizio==0.0.2
pyvlx==0.1.3

# homeassistant.components.notify.html5
pywebpush==1.1.0
pywebpush==1.3.0

# homeassistant.components.wemo
pywemo==0.4.20
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pythonwhois==2.4.3
pyunifi==2.13

# homeassistant.components.notify.html5
pywebpush==1.1.0
pywebpush==1.3.0

# homeassistant.components.python_script
restrictedpython==4.0b2
Expand Down

0 comments on commit db8510f

Please sign in to comment.