Upgrade discord.py to 0.16.10 (#9082)
This commit is contained in:
parent
af8aec001c
commit
42fcaf9a75
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue