aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 18:45:36 +0000
committerGravatar GitHub <[email protected]>2023-05-08 18:45:36 +0000
commit89e546b7fb065e673c247e55ef563f9df63bd00f (patch)
treedc2d7e81b10df1091b691cb88af92222684e817f /pyproject.toml
parentMerge pull request #1272 from DownDev/main (diff)
Bump sentry-sdk from 1.21.1 to 1.22.1 (#1273)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.1 to 1.22.1. - [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.21.1...1.22.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... 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 f5cae253..44bb95c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ rapidfuzz = "3.0.0"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
pillow = "9.5.0"
-sentry-sdk = "1.21.1"
+sentry-sdk = "1.22.1"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"