Upgrade discord.py to 1.3.2 (#33280)

pull/33294/head
Fabian Affolter 2020-03-26 12:58:11 +01:00 committed by GitHub
parent 6c4b4ad1e0
commit c267946284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"domain": "discord",
"name": "Discord",
"documentation": "https://www.home-assistant.io/integrations/discord",
"requirements": ["discord.py==1.3.1"],
"requirements": ["discord.py==1.3.2"],
"dependencies": [],
"codeowners": []
}

View File

@ -453,7 +453,7 @@ directpy==0.7
discogs_client==2.2.2
# homeassistant.components.discord
discord.py==1.3.1
discord.py==1.3.2
# homeassistant.components.updater
distro==1.4.0