diff options
| author | 2021-02-19 06:55:17 +0000 | |
|---|---|---|
| committer | 2021-02-19 06:55:17 +0000 | |
| commit | fa277caa8099be3aca10f3a0e7d7e5e43624c919 (patch) | |
| tree | 7a9a94a471e511a78503b7fb2a536cddf145cc52 /pyproject.toml | |
| parent | Merge pull request #56 from python-discord/dependabot/pip/motor-2.3.1 (diff) | |
Bump sentry-sdk from 0.19.5 to 0.20.3
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.19.5 to 0.20.3.
- [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.19.5...0.20.3)
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 cce3e52..2413ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gunicorn = "^20.0.4" pydantic = "^1.7.2" spectree = "^0.4.0" deepmerge = "^0.1.1" -sentry-sdk = "^0.19.5" +sentry-sdk = "^0.20.3" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |