Upgrade libnacl to 1.5.1 (#8259)

pull/7961/head
Fabian Affolter 2017-06-30 11:12:21 +02:00 committed by Pascal Vizeli
parent 33fd2250fd
commit 96e1d5524a
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.0']
REQUIREMENTS = ['libnacl==1.5.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -347,7 +347,7 @@ keyring>=9.3,<10.0
knxip==0.3.3
# homeassistant.components.device_tracker.owntracks
libnacl==1.5.0
libnacl==1.5.1
# homeassistant.components.dyson
libpurecoollink==0.1.5