diff options
| author | 2021-03-14 23:37:27 +0000 | |
|---|---|---|
| committer | 2021-03-14 23:37:27 +0000 | |
| commit | a4858394978a35ba4158d75b5d8c1c9282c394fa (patch) | |
| tree | 3f506189deaf302e150597f7f90fc18e6d7a2e6f /pyproject.toml | |
| parent | Merge 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.toml | 2 |
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" |