Upgrade discord.py to 0.16.10 (#9082)

This commit is contained in:
Fabian Affolter 2017-08-22 09:24:02 +02:00 committed by Andrey
parent af8aec001c
commit 42fcaf9a75
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.8']
REQUIREMENTS = ['discord.py==0.16.10']
CONF_TOKEN = 'token'

View file

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