diff options
| author | 2020-07-09 10:40:47 -0700 | |
|---|---|---|
| committer | 2020-07-09 10:40:47 -0700 | |
| commit | 39651d0410ed292a5f761d9595ba79833dfa167c (patch) | |
| tree | bd9112107bc9809e3253473ac6a99a246badd0ce | |
| parent | Re-lock Pipfile (diff) | |
Update discord.py to fix issue with overwrites
Fixes BOT-6T
| -rw-r--r-- | Pipfile | 2 | ||||
| -rw-r--r-- | Pipfile.lock | 4 | 
2 files changed, 3 insertions, 3 deletions
| @@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9"  colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}  coloredlogs = "~=14.0"  deepdiff = "~=4.0" -discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "e971e2f16cba22decd25db6b44e9cc84adf08555"} +discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"}  fakeredis = "~=1.4"  feedparser = "~=5.2"  fuzzywuzzy = "~=0.17" diff --git a/Pipfile.lock b/Pipfile.lock index a522e20d3..4b9d092d4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "6404ca2550369b6416801688b4382d22fdba178d9319c4a68bd207d1e5aaeaab" +            "sha256": "8a53baefbbd2a0f3fbaf831f028b23d257a5e28b5efa1260661d74604f4113b8"          },          "pipfile-spec": 6,          "requires": { @@ -179,7 +179,7 @@          },          "discord-py": {              "git": "https://github.com/Rapptz/discord.py.git", -            "ref": "e971e2f16cba22decd25db6b44e9cc84adf08555" +            "ref": "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"          },          "docutils": {              "hashes": [ | 
