diff options
| author | 2021-08-06 23:13:54 +0100 | |
|---|---|---|
| committer | 2021-08-06 23:13:54 +0100 | |
| commit | 547d75c6feba618c45f052267d754cb21cafb7c3 (patch) | |
| tree | eb049a39034f987129a530ff287ebf6da75815b9 /pyproject.toml | |
| parent | Improve code consistency of join_role_stats and NonExistentRoleError (diff) | |
| parent | Merge pull request #1709 from python-discord/bug/bot-1jd/backend/wait-for-del... (diff) | |
Merge branch 'main' into pr/serverinfoleads
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8eac504c5..2ae79f9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python-dateutil = "~=2.8" python-frontmatter = "~=1.0.0" pyyaml = "~=5.1" regex = "==2021.4.4" -sentry-sdk = "~=0.19" +sentry-sdk = "~=1.3" statsd = "~=3.3" [tool.poetry.dev-dependencies] |