mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade discord.py to 0.16.12 (#9648)
This commit is contained in:
parent
13fe5857b3
commit
3f19be9717
@ -15,7 +15,7 @@ from homeassistant.components.notify import (
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['discord.py==0.16.11']
|
REQUIREMENTS = ['discord.py==0.16.12']
|
||||||
|
|
||||||
CONF_TOKEN = 'token'
|
CONF_TOKEN = 'token'
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@ denonavr==0.5.3
|
|||||||
directpy==0.1
|
directpy==0.1
|
||||||
|
|
||||||
# homeassistant.components.notify.discord
|
# homeassistant.components.notify.discord
|
||||||
discord.py==0.16.11
|
discord.py==0.16.12
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.0.4
|
distro==1.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user