aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Steele <[email protected]>2020-12-22 20:33:09 -0500
committerGravatar Steele <[email protected]>2020-12-22 20:33:09 -0500
commite56551508be6a6a04e649b1256d6dafaae084d1a (patch)
tree31551acbd936ef27e5dac0964fdbae72837c552d /Pipfile
parentRewrite `!verify` to account for new native-gate-only verification. (diff)
parentMerge pull request #1332 from python-discord/ks123/sentry (diff)
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 23422869d..3ff653749 100644
--- a/Pipfile
+++ b/Pipfile
@@ -23,7 +23,7 @@ more_itertools = "~=8.2"
python-dateutil = "~=2.8"
pyyaml = "~=5.1"
requests = "~=2.22"
-sentry-sdk = "~=0.14"
+sentry-sdk = "~=0.19"
sphinx = "~=2.2"
statsd = "~=3.3"
emoji = "~=0.6"