diff options
author | 2021-03-15 02:40:57 +0300 | |
---|---|---|
committer | 2021-03-15 02:40:57 +0300 | |
commit | 1f0e04408d0d3e5f53838cd924922c77520b4786 (patch) | |
tree | 3f506189deaf302e150597f7f90fc18e6d7a2e6f /pyproject.toml | |
parent | Merge pull request #61 from python-discord/dependabot/pip/sentry-sdk-0.20.3 (diff) | |
parent | Bump sentry-sdk from 0.20.3 to 1.0.0 (diff) |
Merge pull request #71 from python-discord/dependabot/pip/sentry-sdk-1.0.0
Bump sentry-sdk from 0.20.3 to 1.0.0
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" |