Update dependency pyinstrument to v5.1.1 #17

Open
Renovate wants to merge 1 commit from renovate/pyinstrument-5.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
pyinstrument ==5.0.3 -> ==5.1.1 age confidence

Release Notes

joerick/pyinstrument (pyinstrument)

v5.1.1

Compare Source

  • Fix some memory leaks in the low-level C extension (#​394)

v5.1.0

Compare Source

  • Precision of printed durations now adapts to the interval of the profile. This allows you to see more detail when the interval, and hides unnecessary detail when the interval is large. (#​390)
  • Adds an option to the Django middleware to customise the filename of saved profile runs using a callback (#​393)
  • Adds an aiohttp.web example to the documentation (#​389)

Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pyinstrument](https://github.com/joerick/pyinstrument) | `==5.0.3` -> `==5.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyinstrument/5.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyinstrument/5.0.3/5.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>joerick/pyinstrument (pyinstrument)</summary> ### [`v5.1.1`](https://github.com/joerick/pyinstrument/releases/tag/v5.1.1) [Compare Source](https://github.com/joerick/pyinstrument/compare/v5.1.0...v5.1.1) - Fix some memory leaks in the low-level C extension ([#&#8203;394](https://github.com/joerick/pyinstrument/issues/394)) ### [`v5.1.0`](https://github.com/joerick/pyinstrument/releases/tag/v5.1.0) [Compare Source](https://github.com/joerick/pyinstrument/compare/v5.0.3...v5.1.0) - Precision of printed durations now adapts to the interval of the profile. This allows you to see more detail when the interval, and hides unnecessary detail when the interval is large. ([#&#8203;390](https://github.com/joerick/pyinstrument/issues/390)) - Adds an option to the Django middleware to customise the filename of saved profile runs using a callback ([#&#8203;393](https://github.com/joerick/pyinstrument/issues/393)) - Adds an aiohttp.web example to the documentation ([#&#8203;389](https://github.com/joerick/pyinstrument/issues/389)) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44My4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency pyinstrument to v5.1.1
All checks were successful
Actions / Lint (Python 3.11) (pull_request) Successful in 17s
Actions / Lint (Python 3.12) (pull_request) Successful in 16s
Actions / Build (pull_request) Successful in 20s
Actions / Lint (Python 3.13) (pull_request) Successful in 16s
771ff68cdf
Renovate bot force-pushed renovate/pyinstrument-5.x from 771ff68cdf
All checks were successful
Actions / Lint (Python 3.11) (pull_request) Successful in 17s
Actions / Lint (Python 3.12) (pull_request) Successful in 16s
Actions / Build (pull_request) Successful in 20s
Actions / Lint (Python 3.13) (pull_request) Successful in 16s
to f5353d8a07
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (Python 3.13) (pull_request) Successful in 35s
Actions / Lint (Python 3.12) (pull_request) Successful in 38s
Actions / Lint (Python 3.11) (pull_request) Successful in 1m0s
2025-09-01 11:24:57 -04:00
Compare
Renovate bot force-pushed renovate/pyinstrument-5.x from f5353d8a07
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (Python 3.13) (pull_request) Successful in 35s
Actions / Lint (Python 3.12) (pull_request) Successful in 38s
Actions / Lint (Python 3.11) (pull_request) Successful in 1m0s
to 82eb80db3c
All checks were successful
Actions / Build (pull_request) Successful in 33s
Actions / Lint (Python 3.11) (pull_request) Successful in 35s
Actions / Lint (Python 3.12) (pull_request) Successful in 36s
Actions / Lint (Python 3.13) (pull_request) Successful in 35s
2025-10-19 00:45:07 -04:00
Compare
All checks were successful
Actions / Build (pull_request) Successful in 33s
Required
Details
Actions / Lint (Python 3.11) (pull_request) Successful in 35s
Required
Details
Actions / Lint (Python 3.12) (pull_request) Successful in 36s
Required
Details
Actions / Lint (Python 3.13) (pull_request) Successful in 35s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pyinstrument-5.x:renovate/pyinstrument-5.x
git switch renovate/pyinstrument-5.x
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/tacklebox!17
No description provided.