Upgrade libnacl to 1.6.1 (#10161)

This commit is contained in:
Fabian Affolter 2017-10-27 08:01:32 +02:00 committed by GitHub
parent 027ce2f555
commit afe88dfa0f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.const import STATE_HOME
from homeassistant.core import callback
from homeassistant.util import slugify, decorator
REQUIREMENTS = ['libnacl==1.6.0']
REQUIREMENTS = ['libnacl==1.6.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -394,7 +394,7 @@ keyring>=9.3,<10.0
# homeassistant.components.device_tracker.owntracks
# homeassistant.components.device_tracker.owntracks_http
libnacl==1.6.0
libnacl==1.6.1
# homeassistant.components.dyson
libpurecoollink==0.4.2