diff options
| author | 2021-04-08 02:30:50 -0700 | |
|---|---|---|
| committer | 2021-04-08 02:30:50 -0700 | |
| commit | d76ec41d0d19099488f09677dce50aeae16967b8 (patch) | |
| tree | ee2656c35051049b337f987f57c95642eebca8d7 /Pipfile | |
| parent | Merge pull request #657 from python-discord/vcokltfre-avatar (diff) | |
| parent | Bump pyyaml from 5.3.1 to 5.4 (diff) | |
Merge pull request #637 from python-discord/dependabot/pip/pyyaml-5.4
Bump pyyaml from 5.3.1 to 5.4
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ fuzzywuzzy = "~=0.17" 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" |