From bef4ae3e3520d2f06fe938b703d60ef6b9f905d1 Mon Sep 17 00:00:00 2001 From: TopdRob Date: Wed, 18 Oct 2017 10:00:00 +0200 Subject: [PATCH] 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 --- homeassistant/components/sensor/imap.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/imap.py b/homeassistant/components/sensor/imap.py index 9d66537079f..6f64f479dec 100644 --- a/homeassistant/components/sensor/imap.py +++ b/homeassistant/components/sensor/imap.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index 0a5145892f6..483f842379b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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