diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py
index 7151b418248..6b1cdf814fa 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.6', 'PyJWT==1.5.2']
+REQUIREMENTS = ['pywebpush==1.1.0', 'PyJWT==1.5.3']
DEPENDENCIES = ['frontend']
diff --git a/requirements_all.txt b/requirements_all.txt
index 703bbd6b184..fce0300d7fd 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -21,7 +21,7 @@ astral==1.4
PyISY==1.0.8
# homeassistant.components.notify.html5
-PyJWT==1.5.2
+PyJWT==1.5.3
# homeassistant.components.sensor.mvglive
PyMVGLive==1.1.4
@@ -827,7 +827,7 @@ pyvizio==0.0.2
pyvlx==0.1.3
# homeassistant.components.notify.html5
-pywebpush==1.0.6
+pywebpush==1.1.0
# homeassistant.components.wemo
pywemo==0.4.20
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 7695f83497b..274b299347c 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -21,7 +21,7 @@ freezegun>=0.3.8
# homeassistant.components.notify.html5
-PyJWT==1.5.2
+PyJWT==1.5.3
# homeassistant.components.media_player.sonos
SoCo==0.12
@@ -111,7 +111,7 @@ python-forecastio==1.3.5
pyunifi==2.13
# homeassistant.components.notify.html5
-pywebpush==1.0.6
+pywebpush==1.1.0
# homeassistant.components.python_script
restrictedpython==4.0a3