diff --git a/homeassistant/components/html5/notify.py b/homeassistant/components/html5/notify.py
index f7b220ff138..fa7bf660b79 100644
--- a/homeassistant/components/html5/notify.py
+++ b/homeassistant/components/html5/notify.py
@@ -24,7 +24,7 @@ from homeassistant.components.notify import (
ATTR_DATA, ATTR_TARGET, ATTR_TITLE, ATTR_TITLE_DEFAULT, DOMAIN,
PLATFORM_SCHEMA, BaseNotificationService)
-REQUIREMENTS = ['pywebpush==1.6.0']
+REQUIREMENTS = ['pywebpush==1.9.2']
DEPENDENCIES = ['frontend']
diff --git a/requirements_all.txt b/requirements_all.txt
index e32e9512957..1351a640008 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1472,7 +1472,7 @@ pyvizio==0.0.4
pyvlx==0.2.10
# homeassistant.components.html5.notify
-pywebpush==1.6.0
+pywebpush==1.9.2
# homeassistant.components.wemo
pywemo==0.4.34
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index c6838f2dd19..73fbae3aadb 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -265,7 +265,7 @@ pytradfri[async]==6.0.1
pyunifi==2.16
# homeassistant.components.html5.notify
-pywebpush==1.6.0
+pywebpush==1.9.2
# homeassistant.components.rainmachine
regenmaschine==1.4.0