diff --git a/homeassistant/components/html5/manifest.json b/homeassistant/components/html5/manifest.json index a7eddc9f67e..f480086d153 100644 --- a/homeassistant/components/html5/manifest.json +++ b/homeassistant/components/html5/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/html5", "iot_class": "cloud_push", "loggers": ["http_ece", "py_vapid", "pywebpush"], - "requirements": ["pywebpush==1.9.2"] + "requirements": ["pywebpush==1.14.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 671746b43f3..56d078bc4f9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2372,7 +2372,7 @@ pywaze==0.5.1 pyweatherflowudp==1.4.5 # homeassistant.components.html5 -pywebpush==1.9.2 +pywebpush==1.14.1 # homeassistant.components.wemo pywemo==1.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 747bc400b77..d11f16df621 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1824,7 +1824,7 @@ pywaze==0.5.1 pyweatherflowudp==1.4.5 # homeassistant.components.html5 -pywebpush==1.9.2 +pywebpush==1.14.1 # homeassistant.components.wemo pywemo==1.4.0