mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade libnacl to 1.6.1 (#10161)
This commit is contained in:
parent
027ce2f555
commit
afe88dfa0f
@ -20,7 +20,7 @@ from homeassistant.const import STATE_HOME
|
|||||||
from homeassistant.core import callback
|
from homeassistant.core import callback
|
||||||
from homeassistant.util import slugify, decorator
|
from homeassistant.util import slugify, decorator
|
||||||
|
|
||||||
REQUIREMENTS = ['libnacl==1.6.0']
|
REQUIREMENTS = ['libnacl==1.6.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -394,7 +394,7 @@ keyring>=9.3,<10.0
|
|||||||
|
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
# homeassistant.components.device_tracker.owntracks_http
|
# homeassistant.components.device_tracker.owntracks_http
|
||||||
libnacl==1.6.0
|
libnacl==1.6.1
|
||||||
|
|
||||||
# homeassistant.components.dyson
|
# homeassistant.components.dyson
|
||||||
libpurecoollink==0.4.2
|
libpurecoollink==0.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user