Upgrade aioimaplib for Python 3.7 compatibility (#21197)
This commit is contained in:
parent
bdea222196
commit
bc46e48d23
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aioimaplib==0.7.13']
|
||||
REQUIREMENTS = ['aioimaplib==0.7.15']
|
||||
|
||||
CONF_SERVER = 'server'
|
||||
CONF_FOLDER = 'folder'
|
||||
|
|
|
@ -124,7 +124,7 @@ aiohue==1.9.0
|
|||
aioiliad==0.1.1
|
||||
|
||||
# homeassistant.components.sensor.imap
|
||||
aioimaplib==0.7.13
|
||||
aioimaplib==0.7.15
|
||||
|
||||
# homeassistant.components.lifx
|
||||
aiolifx==0.6.7
|
||||
|
|
Loading…
Add table
Reference in a new issue