Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pywebpush==1.3.0 #10374

Merged
merged 1 commit into from
Nov 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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