Bump to 0.12.2 to fix urllib3 dependency (#10420)

This commit is contained in:
Mister Wil 2017-11-06 16:39:13 -08:00 committed by Anders Melchiorsen
parent 5410700708
commit 07f073361f
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
from requests.exceptions import HTTPError, ConnectTimeout
REQUIREMENTS = ['abodepy==0.12.1']
REQUIREMENTS = ['abodepy==0.12.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -58,7 +58,7 @@ TwitterAPI==2.4.6
YesssSMS==0.1.1b3
# homeassistant.components.abode
abodepy==0.12.1
abodepy==0.12.2
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.4