Upgrade discord.py to 0.16.12 (#9648)

This commit is contained in:
Fabian Affolter 2017-10-02 17:16:37 +02:00 committed by GitHub
parent 13fe5857b3
commit 3f19be9717
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.11']
REQUIREMENTS = ['discord.py==0.16.12']
CONF_TOKEN = 'token'

View File

@ -181,7 +181,7 @@ denonavr==0.5.3
directpy==0.1
# homeassistant.components.notify.discord
discord.py==0.16.11
discord.py==0.16.12
# homeassistant.components.updater
distro==1.0.4