diff options
| author | 2020-10-31 12:31:09 +0100 | |
|---|---|---|
| committer | 2020-10-31 12:31:09 +0100 | |
| commit | 2fa29e302139cd444550df2a610fec53534879ac (patch) | |
| tree | e5a325f931ce7ac1eadceddb53ecbdc636b04e59 /Pipfile | |
| parent | Intents: 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-- | 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.5.0"} +"discord.py" = {extras = ["voice"], version = "~=1.5.1"} [dev-packages] flake8 = "~=3.8" |