Bump to 0.12.2 to fix urllib3 dependency (#10420)
This commit is contained in:
parent
5410700708
commit
07f073361f
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue