Upgrade libnacl to 1.5.1 (#8259)
This commit is contained in:
parent
33fd2250fd
commit
96e1d5524a
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue