aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-04 05:01:29 +0000
committerGravatar GitHub <[email protected]>2022-10-04 05:01:29 +0000
commitd5882e83418d89eb70e2a5f8e6b19025bfd16c47 (patch)
tree70869fc5cac02ac60315736d010b43873bb37ab8 /pyproject.toml
parentMerge pull request #769 from python-discord/bump-dependencies (diff)
Bump sentry-sdk from 1.9.8 to 1.9.10
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.10. - [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.9.8...1.9.10) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 8a098a85..50738cfe 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.8"
+sentry-sdk = "1.9.10"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"