aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 089c13c5b..35df3d9bd 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2122,14 +2122,14 @@ idna2008 = ["idna"]
[[package]]
name = "sentry-sdk"
-version = "1.17.0"
+version = "1.18.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.17.0.tar.gz", hash = "sha256:ad40860325c94d1a656da70fba5a7c4dbb2f6809d3cc2d00f74ca0b608330f14"},
- {file = "sentry_sdk-1.17.0-py2.py3-none-any.whl", hash = "sha256:3c4e898f7a3edf5a2042cd0dcab6ee124e2112189228c272c08ad15d3850c201"},
+ {file = "sentry-sdk-1.18.0.tar.gz", hash = "sha256:d07b9569a151033b462f7a7113ada94cc41ecf49daa83d35f5f852a0b9cf3b44"},
+ {file = "sentry_sdk-1.18.0-py2.py3-none-any.whl", hash = "sha256:714203a9adcac4a4a35e348dc9d3e294ad0200a66cdca26c068967d728f34fcb"},
]
[package.dependencies]
@@ -2462,4 +2462,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a6d27f8809406a69ab8ce1d03a55fd2704b902e929285e2102383f9f2bbe26ca"
+content-hash = "b64b729705938e3b035d97cb4ab8d3c6efe5cb15bb12d44bc056a7e9b811aa77"
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"]}