mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
upgrade pywebpush and PyJWT (#8588)
This commit is contained in:
parent
4359e0babf
commit
06ceadfd54
@ -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.5', 'PyJWT==1.5.0']
|
REQUIREMENTS = ['pywebpush==1.0.6', 'PyJWT==1.5.2']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend']
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ astral==1.4
|
|||||||
PyISY==1.0.7
|
PyISY==1.0.7
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
PyJWT==1.5.0
|
PyJWT==1.5.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.mvglive
|
# homeassistant.components.sensor.mvglive
|
||||||
PyMVGLive==1.1.4
|
PyMVGLive==1.1.4
|
||||||
@ -785,7 +785,7 @@ pyvizio==0.0.2
|
|||||||
pyvlx==0.1.3
|
pyvlx==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.0.5
|
pywebpush==1.0.6
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.19
|
pywemo==0.4.19
|
||||||
|
@ -21,7 +21,7 @@ freezegun>=0.3.8
|
|||||||
|
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
PyJWT==1.5.0
|
PyJWT==1.5.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.sonos
|
# homeassistant.components.media_player.sonos
|
||||||
SoCo==0.12
|
SoCo==0.12
|
||||||
@ -108,7 +108,7 @@ python-forecastio==1.3.5
|
|||||||
pyunifi==2.13
|
pyunifi==2.13
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.0.5
|
pywebpush==1.0.6
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0a3
|
restrictedpython==4.0a3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user