From fdb73712564682fbbbec6b678d6d59d6078184a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Fri, 12 May 2017 18:25:34 +0200 Subject: [PATCH] update pywebpush to 1.0.0 (#7561) --- homeassistant/components/notify/html5.py | 3 +-- requirements_all.txt | 5 +---- requirements_test_all.txt | 5 +---- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index 3aa5db7faba..52d2deedcd4 100644 --- a/homeassistant/components/notify/html5.py +++ b/homeassistant/components/notify/html5.py @@ -25,8 +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 -# pyelliptic is dependency of pywebpush and 1.5.8 contains a breaking change -REQUIREMENTS = ['pywebpush==0.6.1', 'PyJWT==1.4.2', 'pyelliptic==1.5.7'] +REQUIREMENTS = ['pywebpush==1.0.0', 'PyJWT==1.4.2'] DEPENDENCIES = ['frontend'] diff --git a/requirements_all.txt b/requirements_all.txt index 975ea766d3a..08e6f85ebb4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -529,9 +529,6 @@ pyebox==0.1.0 # homeassistant.components.eight_sleep pyeight==0.0.4 -# homeassistant.components.notify.html5 -pyelliptic==1.5.7 - # homeassistant.components.media_player.emby pyemby==1.2 @@ -714,7 +711,7 @@ pyunifi==2.12 pyvera==0.2.30 # homeassistant.components.notify.html5 -pywebpush==0.6.1 +pywebpush==1.0.0 # homeassistant.components.wemo pywemo==0.4.19 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 238de072c12..ef73b6d3621 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -106,9 +106,6 @@ pycmus==0.1.0 # homeassistant.components.zwave pydispatcher==2.0.5 -# homeassistant.components.notify.html5 -pyelliptic==1.5.7 - # homeassistant.components.litejet pylitejet==0.1 @@ -126,7 +123,7 @@ python-forecastio==1.3.5 pyunifi==2.12 # homeassistant.components.notify.html5 -pywebpush==0.6.1 +pywebpush==1.0.0 # homeassistant.components.rflink rflink==0.0.34