diff options
| author | 2021-04-08 09:09:53 +0000 | |
|---|---|---|
| committer | 2021-04-08 09:09:53 +0000 | |
| commit | d067f4d4a63d96d463aa289e6291ddf1710a8af5 (patch) | |
| tree | ee2656c35051049b337f987f57c95642eebca8d7 /Pipfile | |
| parent | Merge pull request #657 from python-discord/vcokltfre-avatar (diff) | |
Bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)
Signed-off-by: dependabot[bot] <[email protected]>
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" |