mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
update pywebpush to 1.0.5 (#8084)
This commit is contained in:
parent
04407b8623
commit
bf0dbdfd6a
@ -25,7 +25,7 @@ from homeassistant.components.http import HomeAssistantView
|
|||||||
from homeassistant.components.frontend import add_manifest_json_key
|
from homeassistant.components.frontend import add_manifest_json_key
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pywebpush==1.0.4', 'PyJWT==1.5.0']
|
REQUIREMENTS = ['pywebpush==1.0.5', 'PyJWT==1.5.0']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend']
|
||||||
|
|
||||||
|
@ -749,7 +749,7 @@ pyunifi==2.13
|
|||||||
pyvera==0.2.33
|
pyvera==0.2.33
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.0.4
|
pywebpush==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.19
|
pywemo==0.4.19
|
||||||
|
@ -105,7 +105,7 @@ python-forecastio==1.3.5
|
|||||||
pyunifi==2.13
|
pyunifi==2.13
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.0.4
|
pywebpush==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0a2
|
restrictedpython==4.0a2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user