aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-03-21 15:00:11 +0000
committerGravatar GitHub <[email protected]>2025-03-21 15:00:11 +0000
commitd01b6fbf351720f6f3792b9f7c03254c5832631f (patch)
tree2aa7f2c984fe56285b9b194694d776a47e2db669
parentRename King Arthur to King Arthur The Terrible (diff)
fix(deps): update dependency sentry-sdk to v2.24.0renovate/sentry-sdk-2.x
| datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.22.0 | 2.24.0 |
-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 18b272d..b8d1b40 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1790,13 +1790,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.22.0"
+version = "2.24.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.22.0-py2.py3-none-any.whl", hash = "sha256:3d791d631a6c97aad4da7074081a57073126c69487560c6f8bffcf586461de66"},
- {file = "sentry_sdk-2.22.0.tar.gz", hash = "sha256:b4bf43bb38f547c84b2eadcefbe389b36ef75f3f38253d7a74d6b928c07ae944"},
+ {file = "sentry_sdk-2.24.0-py2.py3-none-any.whl", hash = "sha256:7150cfe61dfd37d30b33d8d6b153d25e14c69bbcf6f4a98ffc97e92de88be215"},
+ {file = "sentry_sdk-2.24.0.tar.gz", hash = "sha256:4a4a8de31573c8ab14c9b866fd44cf783df062ca7b4a56ed0a108453abbc2a24"},
]
[package.dependencies]
@@ -2166,4 +2166,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "~=3.13.0"
-content-hash = "0211b0ecc067f3a1f0c2aa16c1cda6d4d7ecb423fd84b2e3354d8d79c8e1809f"
+content-hash = "26d3f368a782974149b1ffdad0419a387fa633fe2e299a6684ce3b82e845a0b8"
diff --git a/pyproject.toml b/pyproject.toml
index c281c37..dc9bca8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ pydantic = "2.10.6"
pydantic-settings = "2.8.0"
python-freeipa = "1.0.9"
python-keycloak = "5.3.1"
-sentry-sdk = "2.22.0"
+sentry-sdk = "2.24.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }
wand = "0.6.13"