aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-08 09:09:53 +0000
committerGravatar GitHub <[email protected]>2021-04-08 09:09:53 +0000
commitd067f4d4a63d96d463aa289e6291ddf1710a8af5 (patch)
treeee2656c35051049b337f987f57c95642eebca8d7 /Pipfile
parentMerge 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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2e922ec4..25e96c92 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"