aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-30 13:09:00 +0000
committerGravatar GitHub <[email protected]>2023-03-30 13:09:00 +0000
commit34f0dc1f38ca0de147788604948d887a0f45fb5f (patch)
tree460c470afb58ebb31b9517cf90187c0b6e384404 /pyproject.toml
parentMerge pull request #2388 from brodycritchlow/inplace-tag (diff)
Bump sentry-sdk from 1.17.0 to 1.18.0 (#2497)
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]> 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 369f46c11..e5f522ee8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"
pyyaml = "6.0"
rapidfuzz = "2.13.7"
regex = "2023.3.23"
-sentry-sdk = "1.17.0"
+sentry-sdk = "1.18.0"
tldextract = "3.4.0"
pydantic = { version = "1.10.7", extras = ["dotenv"]}