diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index 49b4b4417e9..1fcd2e03898 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -25,7 +25,7 @@ from homeassistant.components.http import HomeAssistantView from homeassistant.components.frontend import add_manifest_json_key from homeassistant.helpers import config_validation as cv -REQUIREMENTS = ['pywebpush==1.0.4', 'PyJWT==1.5.0'] +REQUIREMENTS = ['pywebpush==1.0.5', 'PyJWT==1.5.0'] DEPENDENCIES = ['frontend'] diff --git a/requirements_all.txt b/requirements_all.txt index 28ac02167ab..4150850afc6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -749,7 +749,7 @@ pyunifi==2.13 pyvera==0.2.33 # homeassistant.components.notify.html5 -pywebpush==1.0.4 +pywebpush==1.0.5 # homeassistant.components.wemo pywemo==0.4.19 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ca78aa345ff..6a4e64c0aaf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -105,7 +105,7 @@ python-forecastio==1.3.5 pyunifi==2.13 # homeassistant.components.notify.html5 -pywebpush==1.0.4 +pywebpush==1.0.5 # homeassistant.components.python_script restrictedpython==4.0a2