diff options
| author | 2021-03-15 02:31:03 +0300 | |
|---|---|---|
| committer | 2021-03-15 02:31:03 +0300 | |
| commit | 756108345c27363788479edd104e1688ca675db5 (patch) | |
| tree | 56e305ae50bbe1a04b0654340ac3038bc8bac006 /pyproject.toml | |
| parent | Merge pull request #70 from python-discord/dependabot/pip/deepmerge-0.2.1 (diff) | |
| parent | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 (diff) | |
Merge pull request #61 from python-discord/dependabot/pip/sentry-sdk-0.20.3
Bump sentry-sdk from 0.19.5 to 0.20.3
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 3e3984d..97ee75e 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.19.5" +sentry-sdk = "^0.20.3" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |