diff options
| author | 2022-07-28 22:09:40 +0100 | |
|---|---|---|
| committer | 2022-07-28 22:09:40 +0100 | |
| commit | c08ef552389ebb852825ddec6f1efc20cc17c277 (patch) | |
| tree | 79294a5933d165732901390d73f0eed527e6bc49 /pyproject.toml | |
| parent | Merge pull request #187 from python-discord/bump-motor (diff) | |
| parent | Bump sentry-sdk from 1.7.2 to 1.9.0 (diff) | |
Merge pull request #190 from python-discord/dependabot/pip/sentry-sdk-1.9.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 8780e7a..7394c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gunicorn = "^20.1.0"  pydantic = "^1.8.2"  spectree = "^0.7.6"  deepmerge = "^1.0.1" -sentry-sdk = "^1.5.7" +sentry-sdk = "^1.9.0"  [tool.poetry.dev-dependencies]  flake8 = "^4.0.1" | 
