mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade discord.py to 1.5.1 (#43473)
* Upgrade discord.py to 1.5.1 discord.py 1.5.1 introduces support for Intents that are required by future bots and integrations. While this is not yet required by Home Assistant Discord integration it is needed in the future, because old API which discord.py 1.4.1 uses is now deprecated. Also it would solve dependency collision with my custom component discord_game. * Upgrade discord.py to 1.5.1
This commit is contained in:
parent
7213d5f31b
commit
c5803614e1
@ -2,6 +2,6 @@
|
|||||||
"domain": "discord",
|
"domain": "discord",
|
||||||
"name": "Discord",
|
"name": "Discord",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/discord",
|
"documentation": "https://www.home-assistant.io/integrations/discord",
|
||||||
"requirements": ["discord.py==1.4.1"],
|
"requirements": ["discord.py==1.5.1"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -493,7 +493,7 @@ directv==0.4.0
|
|||||||
discogs_client==2.3.0
|
discogs_client==2.3.0
|
||||||
|
|
||||||
# homeassistant.components.discord
|
# homeassistant.components.discord
|
||||||
discord.py==1.4.1
|
discord.py==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.updater
|
# homeassistant.components.updater
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user