From b1f538b62286f64d196f41284e398da3b913db46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Mon, 5 Jun 2017 17:46:51 +0200 Subject: [PATCH] update to pywebpush 1.0.4 which allows install on system with openssl-1.1.0 (cryptography dep) (#7915) --- homeassistant/components/notify/html5.py | 2 +- requirements_all.txt | 4 ++-- requirements_test_all.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/notify/html5.py b/homeassistant/components/notify/html5.py index c8ff6c7aa2f..49b4b4417e9 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.0', 'PyJWT==1.4.2'] +REQUIREMENTS = ['pywebpush==1.0.4', 'PyJWT==1.5.0'] DEPENDENCIES = ['frontend'] diff --git a/requirements_all.txt b/requirements_all.txt index 8071e2dc64f..cd8188fcc0d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ astral==1.4 PyISY==1.0.7 # homeassistant.components.notify.html5 -PyJWT==1.4.2 +PyJWT==1.5.0 # homeassistant.components.sensor.mvglive PyMVGLive==1.1.4 @@ -735,7 +735,7 @@ pyunifi==2.12 pyvera==0.2.31 # homeassistant.components.notify.html5 -pywebpush==1.0.0 +pywebpush==1.0.4 # homeassistant.components.wemo pywemo==0.4.19 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ded0c661226..7e70a6c5be3 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.4.2 +PyJWT==1.5.0 # homeassistant.components.media_player.sonos SoCo==0.12 @@ -98,7 +98,7 @@ pynx584==0.4 python-forecastio==1.3.5 # homeassistant.components.notify.html5 -pywebpush==1.0.0 +pywebpush==1.0.4 # homeassistant.components.rflink rflink==0.0.34