From 7ca8d4c4b4f908553d7fda6290e1c17a4d03ceec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:07:44 +0000 Subject: [PATCH] fix(deps): update dependency sentry-sdk to v2.14.0 | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.13.0 | 2.14.0 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 19e194d..1066e44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1522,13 +1522,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.13.0" +version = "2.14.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"}, - {file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"}, + {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, + {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, ] [package.dependencies] @@ -1879,4 +1879,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "987c6f5734f1292b0590cdaa2d2362cd3164e8279d687daa5bcfa3aa8a03d227" +content-hash = "51060fdf7327d397a8842d315dea8ac4a1c66aedd064ef523df49e1669637bf3" diff --git a/pyproject.toml b/pyproject.toml index d8591a6..f765262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ loguru = "0.7.2" kubernetes_asyncio = "30.3.1" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "2.13.0" +sentry-sdk = "2.14.0" humanize = "4.10.0" wand = "0.6.13" python-freeipa = "^1.0.8"