mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Upgrade discord.py to 1.2.4 (#28054)
This commit is contained in:
parent
6c48abcaa5
commit
ea1401d0b6
@ -1 +1 @@
|
|||||||
"""The discord component."""
|
"""The discord integration."""
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Discord",
|
"name": "Discord",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/discord",
|
"documentation": "https://www.home-assistant.io/integrations/discord",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"discord.py==1.2.3"
|
"discord.py==1.2.4"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -408,7 +408,7 @@ directpy==0.5
|
|||||||
discogs_client==2.2.1
|
discogs_client==2.2.1
|
||||||
|
|
||||||
# homeassistant.components.discord
|
# homeassistant.components.discord
|
||||||
discord.py==1.2.3
|
discord.py==1.2.4
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.4.0
|
distro==1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user