Skip to content

Commit 8987042

Browse files
fix(deps): update dependency sentry-sdk to v2.29.1 (#1089)
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.28.0` -> `==2.29.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.28.0/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.28.0/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.29.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2291) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.29.0...2.29.1) ##### Various fixes & improvements - fix(logs): send `severity_text`: `warn` instead of `warning` ([#&#8203;4396](https://redirect.github.com/getsentry/sentry-python/issues/4396)) by [@&#8203;lcian](https://redirect.github.com/lcian) ### [`v2.29.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2290) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.28.0...2.29.0) ##### Various fixes & improvements - fix(loguru): Move integration setup from `__init__` to `setup_once` ([#&#8203;4399](https://redirect.github.com/getsentry/sentry-python/issues/4399)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - feat: Allow configuring `keep_alive` via environment variable ([#&#8203;4366](https://redirect.github.com/getsentry/sentry-python/issues/4366)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(celery): Do not send extra check-in ([#&#8203;4395](https://redirect.github.com/getsentry/sentry-python/issues/4395)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - fix(typing): Add before_send_log to Experiments ([#&#8203;4383](https://redirect.github.com/getsentry/sentry-python/issues/4383)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - ci: Fix pyspark test suite ([#&#8203;4382](https://redirect.github.com/getsentry/sentry-python/issues/4382)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - fix(logs): Make `sentry.message.parameters` singular as per spec ([#&#8203;4387](https://redirect.github.com/getsentry/sentry-python/issues/4387)) by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad) - apidocs: Remove snowballstemmer pin ([#&#8203;4379](https://redirect.github.com/getsentry/sentry-python/issues/4379)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC). 🚦 **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. --- - [ ] <!-- rebase-check -->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/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1496ccb commit 8987042

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"rustworkx>=0.15.1",
3636
"typing-extensions>=4.12.2",
3737
"termcolor>=2.4.0",
38-
"sentry-sdk==2.28.0",
38+
"sentry-sdk==2.29.1",
3939
"click>=8.1.7",
4040
"requests>=2.32.3",
4141
"lazy-object-proxy>=0.0.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)