aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-04 10:30:34 +0000
committerGravatar GitHub <[email protected]>2022-10-04 10:30:34 +0000
commita8b8dab8b1678af16ee3ec870621283ae43e0b09 (patch)
treedc6aea41cf098654f0fc1d3ec2caeb4881cd63a4 /pyproject.toml
parentMerge pull request #1112 from python-discord/fix-issue-1107 (diff)
Bump sentry-sdk from 1.9.9 to 1.9.10
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.9 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.9...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 dd6d5e25..21780797 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ rapidfuzz = "2.10.2"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.2.0"
-sentry-sdk = "1.9.9"
+sentry-sdk = "1.9.10"
PyYAML = "6.0"
emojis = "0.6.0"
coloredlogs = "15.0.1"