Bump aioautomatic to prevent leaking exceptions (#9148)
parent
c73338bf3e
commit
21bf089b17
|
@ -23,7 +23,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.event import async_track_time_interval
|
||||
|
||||
REQUIREMENTS = ['aioautomatic==0.6.0']
|
||||
REQUIREMENTS = ['aioautomatic==0.6.2']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -42,7 +42,7 @@ TwitterAPI==2.4.6
|
|||
abodepy==0.7.1
|
||||
|
||||
# homeassistant.components.device_tracker.automatic
|
||||
aioautomatic==0.6.0
|
||||
aioautomatic==0.6.2
|
||||
|
||||
# homeassistant.components.sensor.dnsip
|
||||
aiodns==1.1.1
|
||||
|
|
|
@ -27,7 +27,7 @@ PyJWT==1.5.2
|
|||
SoCo==0.12
|
||||
|
||||
# homeassistant.components.device_tracker.automatic
|
||||
aioautomatic==0.6.0
|
||||
aioautomatic==0.6.2
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
|
|
Loading…
Reference in New Issue