diff options
author | 2023-01-29 17:42:47 -0800 | |
---|---|---|
committer | 2023-01-29 17:42:47 -0800 | |
commit | 827d2c20144e04d8b56e9cf3cda93ef45126e576 (patch) | |
tree | 9d51eea4f5b2ab4f546ac43d02c7bfeb69b284e1 /pyproject.toml | |
parent | Merge pull request #855 from python-discord/dependabot/pip/python-dotenv-0.21.1 (diff) | |
parent | Bump sentry-sdk from 1.13.0 to 1.14.0 (diff) |
Merge pull request #859 from python-discord/dependabot/pip/sentry-sdk-1.14.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 8724ed52..03f20a7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.3.0" httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.13.0" +sentry-sdk = "1.14.0" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |