mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Upgrade discord.py to 0.16.11 (#9239)
This commit is contained in:
parent
99c1c9472a
commit
60342b4738
@ -15,7 +15,7 @@ from homeassistant.components.notify import (
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['discord.py==0.16.10']
|
REQUIREMENTS = ['discord.py==0.16.11']
|
||||||
|
|
||||||
CONF_TOKEN = 'token'
|
CONF_TOKEN = 'token'
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ denonavr==0.5.2
|
|||||||
directpy==0.1
|
directpy==0.1
|
||||||
|
|
||||||
# homeassistant.components.notify.discord
|
# homeassistant.components.notify.discord
|
||||||
discord.py==0.16.10
|
discord.py==0.16.11
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.0.4
|
distro==1.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user