mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade libnacl to 1.5.2 (#8670)
This commit is contained in:
parent
b59c29943b
commit
4fcaea23a8
@ -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.1']
|
REQUIREMENTS = ['libnacl==1.5.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@ keyring>=9.3,<10.0
|
|||||||
knxip==0.5
|
knxip==0.5
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
libnacl==1.5.1
|
libnacl==1.5.2
|
||||||
|
|
||||||
# homeassistant.components.dyson
|
# homeassistant.components.dyson
|
||||||
libpurecoollink==0.2.0
|
libpurecoollink==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user