Upgrade discord.py to 0.16.11 (#9239)

This commit is contained in:
Fabian Affolter 2017-08-31 16:26:52 +02:00 committed by Pascal Vizeli
parent 99c1c9472a
commit 60342b4738
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.components.notify import (
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['discord.py==0.16.10']
REQUIREMENTS = ['discord.py==0.16.11']
CONF_TOKEN = 'token'

View File

@ -172,7 +172,7 @@ denonavr==0.5.2
directpy==0.1
# homeassistant.components.notify.discord
discord.py==0.16.10
discord.py==0.16.11
# homeassistant.components.updater
distro==1.0.4