From db8510f1102227e2e46c36f0b39bd7a6881c8883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Wed, 8 Nov 2017 12:02:28 +0100 Subject: [PATCH] update pywebpush==1.3.0 (#10374) --- homeassistant/components/notify/html5.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index cb81ef5586544f..a05c061c51545b 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -26,7 +26,7 @@ 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 6c1da0a0caf1b5..26598116e228ee 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 b0b6c5c5493881..14dea3f25cf0bc 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