From b9ec623ad905fd8b1526c0e7c5367abf4a91be71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Thu, 4 Apr 2019 23:19:29 +0200 Subject: [PATCH] Bump pywebpush to latest 1.9.2 (#22737) --- homeassistant/components/html5/notify.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/html5/notify.py b/homeassistant/components/html5/notify.py index f7b220ff138..fa7bf660b79 100644 --- a/homeassistant/components/html5/notify.py +++ b/homeassistant/components/html5/notify.py @@ -24,7 +24,7 @@ from homeassistant.components.notify import ( ATTR_DATA, ATTR_TARGET, ATTR_TITLE, ATTR_TITLE_DEFAULT, DOMAIN, PLATFORM_SCHEMA, BaseNotificationService) -REQUIREMENTS = ['pywebpush==1.6.0'] +REQUIREMENTS = ['pywebpush==1.9.2'] DEPENDENCIES = ['frontend'] diff --git a/requirements_all.txt b/requirements_all.txt index e32e9512957..1351a640008 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1472,7 +1472,7 @@ pyvizio==0.0.4 pyvlx==0.2.10 # homeassistant.components.html5.notify -pywebpush==1.6.0 +pywebpush==1.9.2 # homeassistant.components.wemo pywemo==0.4.34 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c6838f2dd19..73fbae3aadb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -265,7 +265,7 @@ pytradfri[async]==6.0.1 pyunifi==2.16 # homeassistant.components.html5.notify -pywebpush==1.6.0 +pywebpush==1.9.2 # homeassistant.components.rainmachine regenmaschine==1.4.0