Skip to content

chore(deps-dev): bump line-profiler from 5.0.0 to 5.0.2#24

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/line-profiler-5.0.2
Open

chore(deps-dev): bump line-profiler from 5.0.0 to 5.0.2#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/line-profiler-5.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps line-profiler from 5.0.0 to 5.0.2.

Release notes

Sourced from line-profiler's releases.

Version 5.0.2

What's Changed

Full Changelog: pyutils/line_profiler@v5.0.1...refs/heads/release

Version 5.0.1

Mostly bug fixes, 3.14 support, and minor UX tweaks.

What's Changed

New Contributors

Full Changelog: pyutils/line_profiler@v5.0.0...refs/heads/release

Changelog

Sourced from line-profiler's changelog.

Changes

5.0.1

* ENH: improved type annotations and moved them inline

5.0.1

  • FIX: Prevented duplicate or inconsistent profiler output under Python 3.14 when multiprocessing is used.
  • ENH: Add %%lprun_all for more beginner-friendly profiling in IPython/Jupyter #383
  • FIX: mitigate speed regressions introduced in 5.0.0
  • ENH: Added capability to combine profiling data both programmatically (LineStats.__add__()) and via the CLI (python -m line_profiler) (#380, originally proposed in #219)
  • FIX: search function in online documentation
  • FIX: ref-count leaks #372
  • FIX: mitigate speed regressions introduced in 5.0.0 #376
  • FIX: Use import system to locate module file run by kernprof -m #389
  • FIX: Fixed build on Windows-ARM64 and now building wheels therefor in CI #391
  • FIX: Move away from older, (temporarily-)deprecated importlib.resources APIs in line_profiler.toml_config #406
  • CHANGE: remove default alphabetical sorting of profiled functions
  • FIX: Restored building and testing of Linux-ARM64 wheels #402
Commits
  • 8929fcd FIX: building Linux-ARM64 wheels (#402)
  • 0c769c1 Offending test now checking sys.version_info and switching behaviors (#421)
  • 8292b11 ruff format (#420)
  • 64c0841 Type fix base (#419)
  • 88590a0 Fix version consistency
  • f81fe08 [skip ci] Start branch for 5.0.2
  • 52f937b Prevent duplicate output in 3.14 (#415)
  • 3aa7504 Allow test_kernprof_sys_restoration to match python3.XX binaries (#410)
  • 2df0060 Fix build on Python 3.14 by isolating internal C headers and removing inline ...
  • 5eb4a00 Remove default alphabetical ordering of profiled functions in text output (#414)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [line-profiler](https://github.com/pyutils/line_profiler) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/pyutils/line_profiler/releases)
- [Changelog](https://github.com/pyutils/line_profiler/blob/main/CHANGELOG.rst)
- [Commits](pyutils/line_profiler@v5.0.0...v5.0.2)

---
updated-dependencies:
- dependency-name: line-profiler
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants