aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-03 14:21:36 +0000
committerGravatar GitHub <[email protected]>2025-01-03 14:21:36 +0000
commit7b98c7bdc16657677b049d442924397aecc71b40 (patch)
treeb2b95d54f6c4b3b0099385f922939db39b65dfc1
parentBump markdownify from 0.13.1 to 0.14.1 (#3205) (diff)
Bump sentry-sdk from 2.19.0 to 2.19.2 (#3224)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.19.2. - [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.19.0...2.19.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 d02fcd134..b75a81e1f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2261,13 +2261,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.19.0"
+version = "2.19.2"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b"},
- {file = "sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36"},
+ {file = "sentry_sdk-2.19.2-py2.py3-none-any.whl", hash = "sha256:ebdc08228b4d131128e568d696c210d846e5b9d70aa0327dec6b1272d9d40b84"},
+ {file = "sentry_sdk-2.19.2.tar.gz", hash = "sha256:467df6e126ba242d39952375dd816fbee0f217d119bf454a8ce74cf1e7909e8d"},
]
[package.dependencies]
@@ -2611,4 +2611,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "d42ce38dc07698ca242a30f7f2836587a8965b07f707220b0b8bda9d11319305"
+content-hash = "82b4f138d27d894c6b975838abe70c6f5048c3911efd41f7d11fc3a4b6b111b1"
diff --git a/pyproject.toml b/pyproject.toml
index fa48451a7..3610bc5b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.10.1"
regex = "2024.11.6"
-sentry-sdk = "2.19.0"
+sentry-sdk = "2.19.2"
tenacity = "9.0.0"
tldextract = "5.1.3"
pydantic = "2.10.1"