Skip to content

Commit

Permalink
Update aioimaplib from v0.7.12 to v0.7.13 (#9930)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
TopdRob authored and pvizeli committed Oct 18, 2017
1 parent 818a525 commit bef4ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/imap.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['aioimaplib==0.7.12']
REQUIREMENTS = ['aioimaplib==0.7.13']

CONF_SERVER = 'server'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bef4ae3

Please sign in to comment.