diff options
| author | 2021-08-04 18:43:26 +0100 | |
|---|---|---|
| committer | 2021-08-04 18:43:26 +0100 | |
| commit | 47398c92b46d6ad055e8848132f90079da095f9a (patch) | |
| tree | 0338b243d92bf827a30f44a5eef386f155d5ef34 /pyproject.toml | |
| parent | Reduce imports in utils/messages by qualifying names (diff) | |
| parent | Reorder user roles in !user command from highest to lowest (#1719) (diff) | |
Merge branch 'main' into bug/bot-1jd/backend/wait-for-deletion-404
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] |