fix(deps): update dependency sentry-sdk to >=2.65.0 #617

Merged
tobru merged 1 commit from renovate/sentry-sdk-2.x into main 2026-07-15 05:29:22 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.64.0>=2.65.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.65.0

Compare Source

New Features
Huey
Other
Bug Fixes 🐛
Tracing
Other
Internal Changes 🔧

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.64.0` → `>=2.65.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.65.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.64.0/2.65.0?slim=true) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.65.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2650) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.64.0...2.65.0) ##### New Features ✨ ##### Huey - Set `messaging.destination.name` on consumer spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6779](https://github.com/getsentry/sentry-python/pull/6779) - Set `messaging.destination.name` on producer spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6778](https://github.com/getsentry/sentry-python/pull/6778) ##### Other - (arq) Set `messaging.destination.name` on consumer spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6767](https://github.com/getsentry/sentry-python/pull/6767) - (dramatiq) Set `messaging.destination.name` on consumer spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6776](https://github.com/getsentry/sentry-python/pull/6776) - (rq) Set `messaging.destination.name` on consumer spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6774](https://github.com/getsentry/sentry-python/pull/6774) ##### Bug Fixes 🐛 ##### Tracing - Take first sentry-trace header in case multiple are supplied by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) in [#&#8203;6722](https://github.com/getsentry/sentry-python/pull/6722) ##### Other - (django) Avoid `ValueError` in async middleware `process_*` hooks by [@&#8203;r0ro](https://github.com/r0ro) in [#&#8203;6698](https://github.com/getsentry/sentry-python/pull/6698) - (scope) Drop None user attribute values in set\_user by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6692](https://github.com/getsentry/sentry-python/pull/6692) - (starlette) Don't overwrite user set during request in AuthenticationMiddleware by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6760](https://github.com/getsentry/sentry-python/pull/6760) ##### Internal Changes 🔧 - (mcp) Add package to the typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6727](https://github.com/getsentry/sentry-python/pull/6727) - (starlette) Add package to typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6728](https://github.com/getsentry/sentry-python/pull/6728) - Add required `cache_write_tokens` field by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6804](https://github.com/getsentry/sentry-python/pull/6804) - Pin extra test dependencies for generated test suites by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6696](https://github.com/getsentry/sentry-python/pull/6696) - Add `pydantic` to the typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6730](https://github.com/getsentry/sentry-python/pull/6730) - Add `python_multipart` to the typing group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6729](https://github.com/getsentry/sentry-python/pull/6729) - 🤖 Update test matrix with new releases (07/06) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;6753](https://github.com/getsentry/sentry-python/pull/6753) - Remove dependabot by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6720](https://github.com/getsentry/sentry-python/pull/6720) - Update Renovate config by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6716](https://github.com/getsentry/sentry-python/pull/6716) - Stop inheriting secrets for `changelog-preview` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6723](https://github.com/getsentry/sentry-python/pull/6723) - Stop inheriting secrets in tests by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6721](https://github.com/getsentry/sentry-python/pull/6721) - Configure Renovate by [@&#8203;renovate](https://github.com/renovate) in [#&#8203;6701](https://github.com/getsentry/sentry-python/pull/6701) - Move conversation ID tests to their own file by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6699](https://github.com/getsentry/sentry-python/pull/6699) - Replace `requirements-testing.txt` with a `uv` dependency group by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6693](https://github.com/getsentry/sentry-python/pull/6693) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTYuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
fix(deps): update dependency sentry-sdk to >=2.65.0
All checks were successful
Tests / test (push) Successful in 1m23s
786c3c9e04
tobru merged commit 57f5cc39ed into main 2026-07-15 05:29:22 +00:00
tobru deleted branch renovate/sentry-sdk-2.x 2026-07-15 05:29:22 +00:00
Sign in to join this conversation.
No description provided.