Upgrade aioimaplib for Python 3.7 compatibility (#21197)

This commit is contained in:
Anders Melchiorsen 2019-02-19 06:11:56 +01:00 committed by GitHub
parent bdea222196
commit bc46e48d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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