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

⬆ Update pyinstrument requirement from <4.5.0,>=4.1.1 to >=4.1.1,<4.6.0 #466

Merged
merged 1 commit into from Jun 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Updates the requirements on pyinstrument to permit the latest version.

Release notes

Sourced from pyinstrument's releases.

v4.5.0

  • Adds a flat mode to the console renderer, which can be enabled by passing -p flat on the command line. This mode shows the heaviest frame as measured by self-time, which can be useful in some codebases. (#240)
  • Adds the ability to save pstats files. This is the file format used by cprofile in the stdlib. It's less detailed than pyinstrument profiles, but it's compatible with more tools. (#236)
  • Fixes a detail of the --show-all option - pyinstrument will no longer remove Python-internal frames when this option is supplied. (#239)
  • Internally to the HTML renderer, it now uses Svelte to render the frontend, meaning profile HTML files bundle less javascript and so are smaller. (#222)
Commits
  • b18e304 Bump version: v4.5.0
  • 25129ff Update wheel build images
  • 6f1faa8 Merge pull request #244 from joerick/dependabot/github_actions/joerick/cibuil...
  • b669483 Bump joerick/cibuildwheel from 2.12.3 to 2.13.0
  • c0f91cd Merge pull request #240 from matthiasdiener/flatconsole
  • 9114c83 Raise error if renderer is misconfigured with both timeline and flat
  • 5537bb6 Don't hide any nodes if --show-all was passed
  • bd273ca Update pyinstrument/renderers/console.py
  • 527a82b Pre-commit fix
  • 72f1c48 Test fixes
  • 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 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)

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.1.1...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 12, 2023
@vercel
Copy link

vercel bot commented Jun 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
authx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 1:15am
authx-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 1:15am

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (173f670) 90.30% compared to head (35d8ae7) 90.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #466   +/-   ##
=======================================
  Coverage   90.30%   90.30%           
=======================================
  Files          25       25           
  Lines        1165     1165           
  Branches      183      183           
=======================================
  Hits         1052     1052           
  Misses         81       81           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yezz123 yezz123 merged commit 29ca988 into main Jun 12, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyinstrument-gte-4.1.1-and-lt-4.6.0 branch June 12, 2023 01:20
webclinic017 pushed a commit to webclinic017/authx that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant