mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade aioimaplib for Python 3.7 compatibility (#21197)
This commit is contained in:
parent
bdea222196
commit
bc46e48d23
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['aioimaplib==0.7.13']
|
REQUIREMENTS = ['aioimaplib==0.7.15']
|
||||||
|
|
||||||
CONF_SERVER = 'server'
|
CONF_SERVER = 'server'
|
||||||
CONF_FOLDER = 'folder'
|
CONF_FOLDER = 'folder'
|
||||||
|
@ -124,7 +124,7 @@ aiohue==1.9.0
|
|||||||
aioiliad==0.1.1
|
aioiliad==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.imap
|
# homeassistant.components.sensor.imap
|
||||||
aioimaplib==0.7.13
|
aioimaplib==0.7.15
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==0.6.7
|
aiolifx==0.6.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user