mirror of
https://github.com/home-assistant/core.git
synced 2025-11-28 03:58:01 +00:00
Bump pywebpush and pyJWT versions (#9355)
* Update html5.py Bump pywebpush and PyJWT versions * Update requirements_all.txt * Update requirements_test_all.txt
This commit is contained in:
@@ -25,7 +25,7 @@ from homeassistant.components.http import HomeAssistantView
|
||||
from homeassistant.components.frontend import add_manifest_json_key
|
||||
from homeassistant.helpers import config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pywebpush==1.0.6', 'PyJWT==1.5.2']
|
||||
REQUIREMENTS = ['pywebpush==1.1.0', 'PyJWT==1.5.3']
|
||||
|
||||
DEPENDENCIES = ['frontend']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user