aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-30 10:57:41 +0000
committerGravatar GitHub <[email protected]>2023-03-30 10:57:41 +0000
commit38485039b81221df809bf556ce03756393f2990c (patch)
treee56a54b07e36a5257da430955a21d6c793ea3d3f /pyproject.toml
parentMerge pull request #1229 from python-discord/fix-1121 (diff)
Bump sentry-sdk from 1.17.0 to 1.18.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.17.0 to 1.18.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.17.0...1.18.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 678350bc..780f5bfc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ rapidfuzz = "2.13.7"
arrow = "1.2.3"
beautifulsoup4 = "4.12.0"
pillow = "9.4.0"
-sentry-sdk = "1.17.0"
+sentry-sdk = "1.18.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"