Upgrade discord.py to 0.16.8 (#8304)

This commit is contained in:
Fabian Affolter 2017-07-03 08:30:54 +02:00 committed by GitHub
parent 4ab778fd97
commit 407a419c83
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -153,7 +153,7 @@ denonavr==0.5.1
directpy==0.1
# homeassistant.components.notify.discord
discord.py==0.16.0
discord.py==0.16.8
# homeassistant.components.updater
distro==1.0.4