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
|
from homeassistant.components.device_tracker import PLATFORM_SCHEMA
|
||||||
|
|
||||||
DEPENDENCIES = ['mqtt']
|
DEPENDENCIES = ['mqtt']
|
||||||
REQUIREMENTS = ['libnacl==1.5.0']
|
REQUIREMENTS = ['libnacl==1.5.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -347,7 +347,7 @@ keyring>=9.3,<10.0
|
||||||
knxip==0.3.3
|
knxip==0.3.3
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
libnacl==1.5.0
|
libnacl==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.dyson
|
# homeassistant.components.dyson
|
||||||
libpurecoollink==0.1.5
|
libpurecoollink==0.1.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue