aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-11 14:57:07 +0000
committerGravatar GitHub <[email protected]>2024-06-11 14:57:07 +0000
commit1b595eda9bd66adfa5d7415d32b6cb2cb0378b43 (patch)
treebe612ab80a9bb93e03efb17f4a97996cd9a53ca2
parentBump pytest from 8.2.1 to 8.2.2 (#3084) (diff)
Bump sentry-sdk from 2.4.0 to 2.5.1 (#3088)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.4.0 to 2.5.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/2.4.0...2.5.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>
-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 bde863dd2..6d09c9795 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2061,13 +2061,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.4.0"
+version = "2.5.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.4.0-py2.py3-none-any.whl", hash = "sha256:a42b70981cd4ed7da3c85d0360502d2ac932a15a4a420b360e1ebded2fc19a92"},
- {file = "sentry_sdk-2.4.0.tar.gz", hash = "sha256:62b9bb0489e731ecbce008f9647899b51d220067a75c3adfd46f8187660c0029"},
+ {file = "sentry_sdk-2.5.1-py2.py3-none-any.whl", hash = "sha256:1f87acdce4a43a523ae5aa21a3fc37522d73ebd9ec04b1dbf01aa3d173852def"},
+ {file = "sentry_sdk-2.5.1.tar.gz", hash = "sha256:fbc40a78a8a9c6675133031116144f0d0940376fa6e4e1acd5624c90b0aaf58b"},
]
[package.dependencies]
@@ -2415,4 +2415,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "bbb968027df4652291502b045a9ba22f5e0579e314e4fa4ca7581f12a6fccac7"
+content-hash = "f6076490650cb4b74ddc178857186657d47bcbda5b9fe707ca39026840a52669"
diff --git a/pyproject.toml b/pyproject.toml
index 14476310a..bf87c6b35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.9.3"
regex = "2024.5.15"
-sentry-sdk = "2.4.0"
+sentry-sdk = "2.5.1"
tldextract = "5.1.2"
pydantic = "2.6.4"
pydantic-settings = "2.2.1"