Bump pywebpush to latest 1.9.2 (#22737)

This commit is contained in:
Per Osbäck 2019-04-04 23:19:29 +02:00 committed by Robbie Trencheny
parent 96adbfdc36
commit b9ec623ad9
3 changed files with 3 additions and 3 deletions

View file

@ -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']