diff options
| author | 2021-04-11 16:25:26 +0100 | |
|---|---|---|
| committer | 2021-04-11 16:25:26 +0100 | |
| commit | c2a7f6b407765a0d2a4d4db6e28d54f8a967e40c (patch) | |
| tree | 5c9c3eef83c94f8cacebf07d5a8b86da7658cb02 /Pipfile | |
| parent | Ensure to await ctx.send() calls (diff) | |
| parent | Merge pull request #666 from onerandomusername/remove-topic (diff) | |
Merge branch 'main' into Enforce-image-processing-concurrency
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ aiodns = "~=2.0" arrow = "~=0.14" beautifulsoup4 = "~=4.8" fuzzywuzzy = "~=0.17" -pillow = "~=7.2" +pillow = "~=8.1" pytz = "~=2019.2" sentry-sdk = "~=0.19" -PyYAML = "~=5.3.1" +PyYAML = "~=5.4" "discord.py" = {extras = ["voice"], version = "~=1.5.1"} async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} emojis = "~=0.6.0" |