diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py
index cb81ef55865..a05c061c515 100644
--- a/homeassistant/components/notify/html5.py
+++ b/homeassistant/components/notify/html5.py
@@ -26,7 +26,7 @@ from homeassistant.const import (
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']
diff --git a/requirements_all.txt b/requirements_all.txt
index 6c1da0a0caf..26598116e22 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -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
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index b0b6c5c5493..14dea3f25cf 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -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