From b9ba9ab7fe9ffab9d63f4c1ee14d670b5559d0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:31:44 +0000 Subject: [PATCH] fix(deps): update dependency sentry-sdk to v2.19.1 (#791) 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.19.0` -> `==2.19.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.19.0/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.19.0/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-python (sentry-sdk) ### [`v2.19.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2191) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.19.0...2.19.1) ##### Various fixes & improvements - Fix errors when instrumenting Django cache ([#​3855](https://redirect.github.com/getsentry/sentry-python/issues/3855)) by [@​BYK](https://redirect.github.com/BYK) - Copy `scope.client` reference as well ([#​3857](https://redirect.github.com/getsentry/sentry-python/issues/3857)) by [@​sl0thentr0py](https://redirect.github.com/sl0thentr0py) - Don't give up on Spotlight on 3 errors ([#​3856](https://redirect.github.com/getsentry/sentry-python/issues/3856)) by [@​BYK](https://redirect.github.com/BYK) - Add missing stack frames ([#​3673](https://redirect.github.com/getsentry/sentry-python/issues/3673)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix wrong metadata type in async gRPC interceptor ([#​3205](https://redirect.github.com/getsentry/sentry-python/issues/3205)) by [@​fdellekart](https://redirect.github.com/fdellekart) - Rename launch darkly hook to match JS SDK ([#​3743](https://redirect.github.com/getsentry/sentry-python/issues/3743)) by [@​aliu39](https://redirect.github.com/aliu39) - Script for checking if our instrumented libs are Python 3.13 compatible ([#​3425](https://redirect.github.com/getsentry/sentry-python/issues/3425)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Improve Ray tests ([#​3846](https://redirect.github.com/getsentry/sentry-python/issues/3846)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Test with Celery `5.5.0rc3` ([#​3842](https://redirect.github.com/getsentry/sentry-python/issues/3842)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix asyncio testing setup ([#​3832](https://redirect.github.com/getsentry/sentry-python/issues/3832)) by [@​sl0thentr0py](https://redirect.github.com/sl0thentr0py) - Bump `codecov/codecov-action` from `5.0.2` to `5.0.7` ([#​3821](https://redirect.github.com/getsentry/sentry-python/issues/3821)) by [@​dependabot](https://redirect.github.com/dependabot) - Fix CI ([#​3834](https://redirect.github.com/getsentry/sentry-python/issues/3834)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Use new ClickHouse GH action ([#​3826](https://redirect.github.com/getsentry/sentry-python/issues/3826)) by [@​antonpirker](https://redirect.github.com/antonpirker)
--- ### 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 b7f2270..263af00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "genanki==0.13.1", "markdown==3.7", "pydantic==2.10.3", - "sentry-sdk==2.19.0", + "sentry-sdk==2.19.1", "typer==0.15.1", "tqdm==4.67.1", "unidecode==1.3.8", diff --git a/uv.lock b/uv.lock index 2eb92fe..530b993 100644 --- a/uv.lock +++ b/uv.lock @@ -570,7 +570,7 @@ wheels = [ [[package]] name = "memium" -version = "0.25.16" +version = "0.25.17" 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.19.0" }, + { name = "sentry-sdk", specifier = "==2.19.1" }, { name = "syrupy", marker = "extra == 'tests'", specifier = "==4.8.0" }, { name = "tqdm", specifier = "==4.67.1" }, { name = "typer", specifier = "==0.15.1" }, @@ -990,15 +990,15 @@ wheels = [ [[package]] name = "sentry-sdk" -version = "2.19.0" +version = "2.19.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a2/0e/cc0e60f0e0cfd5a9e42622ff5a227301c6475a56bcfa82e8e893bc209f20/sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36", size = 298045 } +sdist = { url = "https://files.pythonhosted.org/packages/2b/23/643a9958d1d14f5ba1f0204396d5953f926624b3f95b77af7904fb406d03/sentry_sdk-2.19.1.tar.gz", hash = "sha256:6ad8507457a379b72f832aca55787b21e7391751892faef1fd8bace350aa5e17", size = 298915 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/6b/191ca63f05d3ecc7600b5b3abd493a4c1b8468289c9737a7735ade1fedca/sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b", size = 322158 }, + { url = "https://files.pythonhosted.org/packages/9c/b1/b03f54c8b379d493bd19f9dca241efdd17f77a8f7a34b80c2d4417dfc7b7/sentry_sdk-2.19.1-py2.py3-none-any.whl", hash = "sha256:b056e04b766f805fdf0aa620482cafe2ff000c8fcb51cb266cdb90873e93837b", size = 322816 }, ] [[package]]