mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Upgrade libnacl to 1.5.1 (#8259)
This commit is contained in:
committed by
Pascal Vizeli
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
|
||||
|
||||
Reference in New Issue
Block a user