aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-05 19:03:48 +0000
committerGravatar GitHub <[email protected]>2023-04-05 19:03:48 +0000
commit1bb262f2935d2e263fa762b8b51c4518ab70627b (patch)
tree06c0c4ddf3cc36f5b879af562781ad16825bf1eb /pyproject.toml
parentBump pre-commit from 3.2.1 to 3.2.2 (#1248) (diff)
Bump sentry-sdk from 1.18.0 to 1.19.0 (#1249)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.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.18.0...1.19.0) --- 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 51242aae..f4194cf0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ rapidfuzz = "2.15.0"
arrow = "1.2.3"
beautifulsoup4 = "4.12.0"
pillow = "9.5.0"
-sentry-sdk = "1.18.0"
+sentry-sdk = "1.19.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"