Bump pyatv to 0.3.10 (#14736)
* Bump pyatv to 0.3.10 * Update requirements_all.txt
This commit is contained in:
parent
de56a0d021
commit
6cd69b413c
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pyatv==0.3.9']
|
REQUIREMENTS = ['pyatv==0.3.10']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -731,7 +731,7 @@ pyasn1-modules==0.1.5
|
||||||
pyasn1==0.3.7
|
pyasn1==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.3.9
|
pyatv==0.3.10
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.bbox
|
# homeassistant.components.device_tracker.bbox
|
||||||
# homeassistant.components.sensor.bbox
|
# homeassistant.components.sensor.bbox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue