From e42c4859c2e02b26cd36278316f77798bea6613b Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Sun, 7 Jan 2018 00:08:11 -0500 Subject: [PATCH] Upgrade pywebpush to 1.5.0 (#11497) This version includes a fix for the serialization errors that occurred when updating push subscriptions. Changes since version 1.3.0: https://github.com/web-push-libs/pywebpush/compare/1.3.0...28d2b55f --- 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 a979ab5fb2f..f2611cf65d3 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -27,7 +27,7 @@ from homeassistant.const import ( from homeassistant.helpers import config_validation as cv from homeassistant.util import ensure_unique_string -REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3'] +REQUIREMENTS = ['pywebpush==1.5.0', 'PyJWT==1.5.3'] DEPENDENCIES = ['frontend'] diff --git a/requirements_all.txt b/requirements_all.txt index 748f8f21d28..c3d1861289c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -974,7 +974,7 @@ pyvizio==0.0.2 pyvlx==0.1.3 # homeassistant.components.notify.html5 -pywebpush==1.3.0 +pywebpush==1.5.0 # homeassistant.components.wemo pywemo==0.4.25 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 081523e709f..f243ccb2b54 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -143,7 +143,7 @@ pythonwhois==2.4.3 pyunifi==2.13 # homeassistant.components.notify.html5 -pywebpush==1.3.0 +pywebpush==1.5.0 # homeassistant.components.python_script restrictedpython==4.0b2