mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00
Bump to 0.12.2 to fix urllib3 dependency (#10420)
This commit is contained in:
parent
5410700708
commit
07f073361f
@ -21,7 +21,7 @@ from homeassistant.helpers import discovery
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from requests.exceptions import HTTPError, ConnectTimeout
|
from requests.exceptions import HTTPError, ConnectTimeout
|
||||||
|
|
||||||
REQUIREMENTS = ['abodepy==0.12.1']
|
REQUIREMENTS = ['abodepy==0.12.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ TwitterAPI==2.4.6
|
|||||||
YesssSMS==0.1.1b3
|
YesssSMS==0.1.1b3
|
||||||
|
|
||||||
# homeassistant.components.abode
|
# homeassistant.components.abode
|
||||||
abodepy==0.12.1
|
abodepy==0.12.2
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.automatic
|
# homeassistant.components.device_tracker.automatic
|
||||||
aioautomatic==0.6.4
|
aioautomatic==0.6.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user