Skip to content

Commit

Permalink
Bump aioautomatic to 0.6.5 for voluptuous 0.11 (#12480)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove authored Feb 17, 2018
1 parent 66dcb6c commit 22a007a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/automatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.event import async_track_time_interval

REQUIREMENTS = ['aioautomatic==0.6.4']
REQUIREMENTS = ['aioautomatic==0.6.5']

_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 @@ -60,7 +60,7 @@ YesssSMS==0.1.1b3
abodepy==0.12.2

# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.4
aioautomatic==0.6.5

# homeassistant.components.sensor.dnsip
aiodns==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PyJWT==1.5.3
SoCo==0.13

# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.4
aioautomatic==0.6.5

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down

0 comments on commit 22a007a

Please sign in to comment.