Upgrade libnacl to 1.5.1 (#8259)
parent
33fd2250fd
commit
96e1d5524a
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue