diff options
author | 2023-01-16 19:59:07 +0000 | |
---|---|---|
committer | 2023-01-16 19:59:07 +0000 | |
commit | 48cf1d867d996ca4ab2555368735585536fa85c5 (patch) | |
tree | ae67644530b07e3556da775051e5e5b941672ba5 /pyproject.toml | |
parent | Merge pull request #846 from python-discord/dependabot/github_actions/actions... (diff) | |
parent | Bump sentry-sdk from 1.12.1 to 1.13.0 (diff) |
Merge pull request #838 from python-discord/dependabot/pip/sentry-sdk-1.13.0
Bump sentry-sdk from 1.12.1 to 1.13.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 8e18aab1..71bed100 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.12.1" +sentry-sdk = "1.13.0" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |