aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-27 16:44:11 +0100
committerGravatar GitHub <[email protected]>2022-09-27 16:44:11 +0100
commit5659bb93b60ae53635dc4dab20caed21d88eb04e (patch)
treeceeddbfa91360a8f8721d3a6ab44d6e2cbf32665 /pyproject.toml
parentMerge pull request #1103 from python-discord/dependabot/pip/rapidfuzz-2.10.1 (diff)
Bump sentry-sdk from 1.9.8 to 1.9.9 (#1104)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.9. - [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.9) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 31b1143e..4695cc45 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ rapidfuzz = "2.10.1"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.2.0"
-sentry-sdk = "1.9.8"
+sentry-sdk = "1.9.9"
PyYAML = "6.0"
emojis = "0.6.0"
coloredlogs = "15.0.1"