mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade libnacl to 1.5.2 (#8670)
This commit is contained in:
parent
b59c29943b
commit
4fcaea23a8
@ -21,7 +21,7 @@ from homeassistant.components import zone as zone_comp
|
||||
from homeassistant.components.device_tracker import PLATFORM_SCHEMA
|
||||
|
||||
DEPENDENCIES = ['mqtt']
|
||||
REQUIREMENTS = ['libnacl==1.5.1']
|
||||
REQUIREMENTS = ['libnacl==1.5.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -353,7 +353,7 @@ keyring>=9.3,<10.0
|
||||
knxip==0.5
|
||||
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
libnacl==1.5.1
|
||||
libnacl==1.5.2
|
||||
|
||||
# homeassistant.components.dyson
|
||||
libpurecoollink==0.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user