Skip to content

Commit

Permalink
Upgrade pyatv to 0.3.12 (home-assistant#19085)
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund authored and pvizeli committed Dec 7, 2018
1 parent 5ff7563 commit 5bf6951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/apple_tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.aiohttp_client import async_get_clientsession
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['pyatv==0.3.11']
REQUIREMENTS = ['pyatv==0.3.12']

_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 @@ -861,7 +861,7 @@ pyarlo==0.2.2
pyatmo==1.4

# homeassistant.components.apple_tv
pyatv==0.3.11
pyatv==0.3.12

# homeassistant.components.device_tracker.bbox
# homeassistant.components.sensor.bbox
Expand Down

0 comments on commit 5bf6951

Please sign in to comment.