aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-09 17:45:31 +0000
committerGravatar GitHub <[email protected]>2023-02-09 17:45:31 +0000
commit899c86bb7e1bd7ba2f06892e8418494d4f29dfe2 (patch)
tree7e26f1ec2eb1b4f692b972d64d397a66d94897bc /pyproject.toml
parentMerge pull request #869 from python-discord/dependabot/pip/pre-commit-3.0.4 (diff)
Bump sentry-sdk from 1.14.0 to 1.15.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.14.0...1.15.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea69b93b..d3f2b4cc 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.14.0"
+sentry-sdk = "1.15.0"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"