Upgrade libnacl to 1.6.1 (#10161)
This commit is contained in:
parent
027ce2f555
commit
afe88dfa0f
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.const import STATE_HOME
|
|||
from homeassistant.core import callback
|
||||
from homeassistant.util import slugify, decorator
|
||||
|
||||
REQUIREMENTS = ['libnacl==1.6.0']
|
||||
REQUIREMENTS = ['libnacl==1.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -394,7 +394,7 @@ keyring>=9.3,<10.0
|
|||
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
# homeassistant.components.device_tracker.owntracks_http
|
||||
libnacl==1.6.0
|
||||
libnacl==1.6.1
|
||||
|
||||
# homeassistant.components.dyson
|
||||
libpurecoollink==0.4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue