aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-13 10:01:35 +0000
committerGravatar GitHub <[email protected]>2023-01-13 10:01:35 +0000
commite3f6aaa1230ac0f0fcac1125049e2e3ba50b9526 (patch)
tree3aca555fb36df3f885fc80f33920ed51a5c090d4 /pyproject.toml
parentBump pydis-core from 9.3.1 to 9.4.0 (#1184) (diff)
Bump sentry-sdk from 1.12.1 to 1.13.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.12.1 to 1.13.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.12.1...1.13.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 390128e3..88918e50 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ rapidfuzz = "2.13.7"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.4.0"
-sentry-sdk = "1.12.1"
+sentry-sdk = "1.13.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"