From e5849ddb81232caca8ec59395d2c5073ac5f3b58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:26:26 +0000 Subject: [PATCH] fix(deps): update dependency sentry-sdk to v2.19.0 (#777) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `==2.18.0` -> `==2.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.18.0/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.18.0/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-python (sentry-sdk) ### [`v2.19.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2190) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.18.0...2.19.0) ##### Various fixes & improvements - New: introduce `rust_tracing` integration. See https://docs.sentry.io/platforms/python/integrations/rust_tracing/ ([#​3717](https://redirect.github.com/getsentry/sentry-python/issues/3717)) by [@​matt-codecov](https://redirect.github.com/matt-codecov) - Auto enable Litestar integration ([#​3540](https://redirect.github.com/getsentry/sentry-python/issues/3540)) by [@​provinzkraut](https://redirect.github.com/provinzkraut) - Deprecate `sentry_sdk.init` context manager ([#​3729](https://redirect.github.com/getsentry/sentry-python/issues/3729)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - feat(spotlight): Send PII to Spotlight when no DSN is set ([#​3804](https://redirect.github.com/getsentry/sentry-python/issues/3804)) by [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Add info logs when Sentry is enabled ([#​3735](https://redirect.github.com/getsentry/sentry-python/issues/3735)) by [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Inject Spotlight button on Django ([#​3751](https://redirect.github.com/getsentry/sentry-python/issues/3751)) by [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG ([#​3791](https://redirect.github.com/getsentry/sentry-python/issues/3791)) by [@​BYK](https://redirect.github.com/BYK) - fix(logging): Handle parameter `stack_info` for the `LoggingIntegration` ([#​3745](https://redirect.github.com/getsentry/sentry-python/issues/3745)) by [@​gmcrocetti](https://redirect.github.com/gmcrocetti) - fix(pure-eval): Make sentry-sdk\[pure-eval] installable with pip==24.0 ([#​3757](https://redirect.github.com/getsentry/sentry-python/issues/3757)) by [@​sentrivana](https://redirect.github.com/sentrivana) - fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration ([#​3780](https://redirect.github.com/getsentry/sentry-python/issues/3780)) by [@​matt-codecov](https://redirect.github.com/matt-codecov) - fix(aws) Fix aws lambda tests (by reducing event size) ([#​3770](https://redirect.github.com/getsentry/sentry-python/issues/3770)) by [@​antonpirker](https://redirect.github.com/antonpirker) - fix(arq): fix integration with Worker settings as a dict ([#​3742](https://redirect.github.com/getsentry/sentry-python/issues/3742)) by [@​saber-solooki](https://redirect.github.com/saber-solooki) - fix(httpx): Prevent Sentry baggage duplication ([#​3728](https://redirect.github.com/getsentry/sentry-python/issues/3728)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(falcon): Don't exhaust request body stream ([#​3768](https://redirect.github.com/getsentry/sentry-python/issues/3768)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(integrations): Check `retries_left` before capturing exception ([#​3803](https://redirect.github.com/getsentry/sentry-python/issues/3803)) by [@​malkovro](https://redirect.github.com/malkovro) - fix(openai): Use name instead of description ([#​3807](https://redirect.github.com/getsentry/sentry-python/issues/3807)) by [@​sourceful-rob](https://redirect.github.com/sourceful-rob) - test(gcp): Only run GCP tests when they should ([#​3721](https://redirect.github.com/getsentry/sentry-python/issues/3721)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - chore: Shorten CI workflow names ([#​3805](https://redirect.github.com/getsentry/sentry-python/issues/3805)) by [@​sentrivana](https://redirect.github.com/sentrivana) - chore: Test with pyspark prerelease ([#​3760](https://redirect.github.com/getsentry/sentry-python/issues/3760)) by [@​sentrivana](https://redirect.github.com/sentrivana) - build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 ([#​3792](https://redirect.github.com/getsentry/sentry-python/issues/3792)) by [@​dependabot](https://redirect.github.com/dependabot) - build(deps): bump actions/checkout from 4.2.1 to 4.2.2 ([#​3691](https://redirect.github.com/getsentry/sentry-python/issues/3691)) by [@​dependabot](https://redirect.github.com/dependabot)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/MartinBernstorff/Memium). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9f2e68..00ec602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "genanki==0.13.1", "markdown==3.7", "pydantic==2.10.0", - "sentry-sdk==2.18.0", + "sentry-sdk==2.19.0", "typer==0.13.1", "tqdm==4.67.0", "unidecode==1.3.8", diff --git a/uv.lock b/uv.lock index 808c8e5..2cc55e2 100644 --- a/uv.lock +++ b/uv.lock @@ -570,7 +570,7 @@ wheels = [ [[package]] name = "memium" -version = "0.25.6" +version = "0.25.7" source = { editable = "." } dependencies = [ { name = "bs4" }, @@ -627,7 +627,7 @@ requires-dist = [ { name = "pytest-testmon", marker = "extra == 'tests'", specifier = "==2.1.1" }, { name = "pytest-xdist", marker = "extra == 'tests'", specifier = "==3.6.1" }, { name = "ruff", marker = "extra == 'dev'", specifier = "==0.4.5" }, - { name = "sentry-sdk", specifier = "==2.18.0" }, + { name = "sentry-sdk", specifier = "==2.19.0" }, { name = "syrupy", marker = "extra == 'tests'", specifier = "==4.7.2" }, { name = "tqdm", specifier = "==4.67.0" }, { name = "typer", specifier = "==0.13.1" }, @@ -990,15 +990,15 @@ wheels = [ [[package]] name = "sentry-sdk" -version = "2.18.0" +version = "2.19.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/24/cc/0d87cc8246f52d92228aa6718a24e1988a2893f4abe2f64ec5a8bcba4185/sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd", size = 293615 } +sdist = { url = "https://files.pythonhosted.org/packages/a2/0e/cc0e60f0e0cfd5a9e42622ff5a227301c6475a56bcfa82e8e893bc209f20/sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36", size = 298045 } wheels = [ - { url = "https://files.pythonhosted.org/packages/76/9b/2d512efdb0de203d1f0312fae53433c3009ba70b0078421d25baaedc960a/sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442", size = 317514 }, + { url = "https://files.pythonhosted.org/packages/c6/6b/191ca63f05d3ecc7600b5b3abd493a4c1b8468289c9737a7735ade1fedca/sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b", size = 322158 }, ] [[package]]