Skip to content

Commit

Permalink
Upgrade libnacl to 1.5.1 (home-assistant#8259)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Jun 30, 2017
1 parent 33fd225 commit 96e1d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/owntracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from homeassistant.components.device_tracker import PLATFORM_SCHEMA

DEPENDENCIES = ['mqtt']
REQUIREMENTS = ['libnacl==1.5.0']
REQUIREMENTS = ['libnacl==1.5.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96e1d55

Please sign in to comment.