Skip to content

Commit

Permalink
update notify html5 dependencies (#12898)
Browse files Browse the repository at this point in the history
  • Loading branch information
perosb authored and balloob committed Mar 5, 2018
1 parent 326241d commit 259121c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.0', 'PyJWT==1.5.3']
REQUIREMENTS = ['pywebpush==1.6.0', 'PyJWT==1.6.0']

DEPENDENCIES = ['frontend']

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ HAP-python==1.1.7
PyISY==1.1.0

# homeassistant.components.notify.html5
PyJWT==1.5.3
PyJWT==1.6.0

# homeassistant.components.sensor.mvglive
PyMVGLive==1.1.4
Expand Down Expand Up @@ -1026,7 +1026,7 @@ pyvizio==0.0.2
pyvlx==0.1.3

# homeassistant.components.notify.html5
pywebpush==1.5.0
pywebpush==1.6.0

# homeassistant.components.wemo
pywemo==0.4.25
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ asynctest>=0.11.1
HAP-python==1.1.7

# homeassistant.components.notify.html5
PyJWT==1.5.3
PyJWT==1.6.0

# homeassistant.components.media_player.sonos
SoCo==0.14
Expand Down Expand Up @@ -150,7 +150,7 @@ pythonwhois==2.4.3
pyunifi==2.13

# homeassistant.components.notify.html5
pywebpush==1.5.0
pywebpush==1.6.0

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

0 comments on commit 259121c

Please sign in to comment.