diff options
author | 2022-10-26 15:46:09 -0700 | |
---|---|---|
committer | 2022-10-26 15:46:09 -0700 | |
commit | 48ca3c4b277a7f30f843318336ba426540be0af2 (patch) | |
tree | 7b5342f38ada21464fbd88b490b6df6157722479 /pyproject.toml | |
parent | Merge pull request #781 from python-discord/dependabot/pip/pyjwt-2.6.0 (diff) | |
parent | Bump sentry-sdk from 1.9.10 to 1.10.1 (diff) |
Merge pull request #784 from python-discord/dependabot/pip/sentry-sdk-1.10.1
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 77684f78..78acb69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.2.0" httpx = "0.23.0" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.9.10" +sentry-sdk = "1.10.1" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |