aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-08-04 13:36:14 +0300
committerGravatar GitHub <[email protected]>2021-08-04 13:36:14 +0300
commit6327be76f0a8d67cee6b6b4cd9a68e192bf90007 (patch)
treed3535c3136b88da5f3880b021fd8e6f3010d1566 /pyproject.toml
parentFix TypeError when infraction append is not given a reason (diff)
parentForce utf-8 decoding when querying metabase (diff)
Merge branch 'main' into bug/mod/1706/infr-append-no-reason
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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]