aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-10-31 12:31:09 +0100
committerGravatar kwzrd <[email protected]>2020-10-31 12:31:09 +0100
commit2fa29e302139cd444550df2a610fec53534879ac (patch)
treee5a325f931ce7ac1eadceddb53ecbdc636b04e59 /Pipfile
parentIntents: call classmethod on class, not intermediate instance (diff)
Deps: bump 'discord.py' to 1.5.1 & re-lock
Bugfix release: https://discordpy.readthedocs.io/en/latest/whats_new.html#v1-5-1
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 085444e5..c716bb49 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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.5.0"}
+"discord.py" = {extras = ["voice"], version = "~=1.5.1"}
[dev-packages]
flake8 = "~=3.8"