Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update pyinstrument requirement from ^4.5 to >=4.5,<6.0 #214

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Updates the requirements on pyinstrument to permit the latest version.

Release notes

Sourced from pyinstrument's releases.

v5.0.0

Loads of improvements to the HTML renderer!

  • Timeline mode - see and zoom into an interactive linear timeline!

    timeline mode

  • HTML mode now has interactive options, rather than needing to set the upfront.

  • Streamlined the design of the HTML page header.

  • HTML Call stack view supports arrow key navigation.

  • The way ‘library’ code is detected has been changed. Previously, if the string ‘/lib/’ occurred in the file path, that was considered library code (and collapsed by default). Now, pyinstrument captures the paths of the Python install and any active virtualenv/conda env at profile time. Files that are stored there are considered library. That should give fewer false positives.

  • Calls to profiler.start() can now pass a target_description parameter, which is displayed in the profile readout.

Check my blog post for more info on the new features.

Commits
  • e362034 Bump version: v5.0.0
  • e5ad9c6 Add timeline screenshot
  • 92464eb Merge pull request #326 from joerick/html-features
  • a51f692 Update the versions of artifact actions
  • 0cfb26a Remove python 3.13 special cases
  • 187ed13 Some visual improvements and fixes for the call stack view
  • cbbab96 Add remove_useless_groups_processor to the HTML frontend, which removes group...
  • d9a084b Console renderer: dont bother printing groups with 0 or 1 hidden frames
  • 17ce4c4 New screenshot
  • f088741 Better scrolling logic
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from julesbertrand as a code owner October 14, 2024 09:57
@dependabot dependabot bot added dependencies Dependency update python Python dependencies update labels Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

The following labels could not be found: draft.

Updates the requirements on [pyinstrument](https://github.com/joerick/pyinstrument) to permit the latest version.
- [Release notes](https://github.com/joerick/pyinstrument/releases)
- [Commits](joerick/pyinstrument@v4.5.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pyinstrument
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pyinstrument-gte-4.5-and-lt-6.0 branch from 13eb953 to b914b14 Compare October 14, 2024 13:50
@julesbertrand julesbertrand merged commit d618659 into develop Oct 14, 2024
11 checks passed
@julesbertrand julesbertrand deleted the dependabot/pip/develop/pyinstrument-gte-4.5-and-lt-6.0 branch October 14, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update python Python dependencies update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant