helper_scripts
helper_scripts copied to clipboard
chore(deps): update dependency psutil to v7.2.1
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| psutil | minor | ==7.1.3 -> ==7.2.1 |
renovate update details
| Field | Value |
|---|---|
| manager | pip_requirements |
| categories | python |
| datasource | pypi |
| depName | psutil |
| depType¹ | |
| packageName | psutil |
| sourceUrl | https://github.com/giampaolo/psutil |
| updateType | minor |
| versioning | pep440 |
¹ only available for some managers
Release Notes
giampaolo/psutil (psutil)
v7.2.1
=====
2025-12-29
Bug fixes
- 2699_, [FreeBSD], [NetBSD]:
heap_info()_ does not detect small allocations (<= 1K). In order to fix that, we now flush internal jemalloc cache before fetching the metrics.
v7.2.0
=====
2025-12-23
Enhancements
- 1275_: new
heap_info()_ andheap_trim()_ functions, providing direct access to the platform's native C heap allocator (glibc, mimalloc, libmalloc). Useful to create tools to detect memory leaks. - 2403_, [Linux]: publish wheels for Linux musl.
- 2680_: unit tests are no longer installed / part of the distribution. They
now live under
tests/instead ofpsutil/tests.
Bug fixes
- 2684_, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing include.
- 2691_, [Windows]: fix memory leak in
net_if_stats()_ due to missingPy_CLEAR.
Compatibility notes
- 2680_:
import psutil.testsno longer works (but it was never documented to begin with).
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, 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.