aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-14 23:37:27 +0000
committerGravatar GitHub <[email protected]>2021-03-14 23:37:27 +0000
commita4858394978a35ba4158d75b5d8c1c9282c394fa (patch)
tree3f506189deaf302e150597f7f90fc18e6d7a2e6f /pyproject.toml
parentMerge pull request #61 from python-discord/dependabot/pip/sentry-sdk-0.20.3 (diff)
Bump sentry-sdk from 0.20.3 to 1.0.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/0.20.3...1.0.0) Signed-off-by: dependabot[bot] <[email protected]>
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 97ee75e..51297fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ gunicorn = "^20.0.4"
pydantic = "^1.8.1"
spectree = "^0.4.0"
deepmerge = "^0.2.1"
-sentry-sdk = "^0.20.3"
+sentry-sdk = "^1.0.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"