diff options
| author | 2020-10-31 15:02:58 +0000 | |
|---|---|---|
| committer | 2020-10-31 15:02:58 +0000 | |
| commit | 6e15ab137172f4797bcf925964ae7302e4e1e69f (patch) | |
| tree | 3f5f72ae6a1986f0ac0755ab51e9a38e83c85cad /Pipfile | |
| parent | Merge branch 'master' into candy (diff) | |
| parent | Merge pull request #478 from python-discord/discordpy-15 (diff) | |
Merge branch 'master' into candy
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ pillow = "~=7.2" pytz = "~=2019.2" sentry-sdk = "~=0.14.2" PyYAML = "~=5.3.1" -"discord.py" = {extras = ["voice"], version = "~=1.4.1"} +"discord.py" = {extras = ["voice"], version = "~=1.5.1"} [dev-packages] flake8 = "~=3.8" |