Upgrade discord.py to 1.2.2 (#24695)

This commit is contained in:
Fabian Affolter 2019-06-22 14:44:25 +02:00 committed by Anders Melchiorsen
parent a439e087e1
commit 821e3beab0
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"name": "Discord",
"documentation": "https://www.home-assistant.io/components/discord",
"requirements": [
"discord.py==1.1.1"
"discord.py==1.2.2"
],
"dependencies": [],
"codeowners": []

View file

@ -367,7 +367,7 @@ directpy==0.5
discogs_client==2.2.1
# homeassistant.components.discord
discord.py==1.1.1
discord.py==1.2.2
# homeassistant.components.updater
distro==1.4.0