Upgrade libnacl to 1.5.2 (#8670)

This commit is contained in:
Fabian Affolter 2017-07-27 17:23:07 +02:00 committed by Pascal Vizeli
parent b59c29943b
commit 4fcaea23a8
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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