Update aioimaplib from v0.7.12 to v0.7.13 (#9930)
* Update aioimaplib from v0.7.12 to v0.7.13 Changelog v0.7.13: [aiolib] adds a connection lost callback [test] imapserver : added APPENDUID response for APPEND cmd [test][fix] imapserver append should add to the connected user mb [test] imapserver : more accurate building of message headers (using python email module) * run script/gen_requirements_all.py
This commit is contained in:
parent
818a52508e
commit
bef4ae3e35
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aioimaplib==0.7.12']
|
||||
REQUIREMENTS = ['aioimaplib==0.7.13']
|
||||
|
||||
CONF_SERVER = 'server'
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ aiodns==1.1.1
|
|||
aiohttp_cors==0.5.3
|
||||
|
||||
# homeassistant.components.sensor.imap
|
||||
aioimaplib==0.7.12
|
||||
aioimaplib==0.7.13
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx==0.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue