Upgrade pywebpush to 1.5.0 (#11497)
This version includes a fix for the serialization errors that occurred when updating push subscriptions. Changes since version 1.3.0: https://github.com/web-push-libs/pywebpush/compare/1.3.0...28d2b55f
This commit is contained in:
parent
939d1b5ff6
commit
e42c4859c2
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ from homeassistant.const import (
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.util import ensure_unique_string
|
from homeassistant.util import ensure_unique_string
|
||||||
|
|
||||||
REQUIREMENTS = ['pywebpush==1.3.0', 'PyJWT==1.5.3']
|
REQUIREMENTS = ['pywebpush==1.5.0', 'PyJWT==1.5.3']
|
||||||
|
|
||||||
DEPENDENCIES = ['frontend']
|
DEPENDENCIES = ['frontend']
|
||||||
|
|
||||||
|
|
|
@ -974,7 +974,7 @@ pyvizio==0.0.2
|
||||||
pyvlx==0.1.3
|
pyvlx==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.3.0
|
pywebpush==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.25
|
pywemo==0.4.25
|
||||||
|
|
|
@ -143,7 +143,7 @@ pythonwhois==2.4.3
|
||||||
pyunifi==2.13
|
pyunifi==2.13
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
pywebpush==1.3.0
|
pywebpush==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0b2
|
restrictedpython==4.0b2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue