Update dependency psutil to v7.1.2
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| psutil |
==7.1.0 -> ==7.1.2
|
Release Notes
giampaolo/psutil (psutil)
v7.1.2
=====
2025-10-25
Enhancements
- 2657_: stop publishing prebuilt Linux and Windows wheels for 32-bit Python. 32-bit CPython is still supported, but psutil must now be built from source. 2565_: produce wheels for free-thread cPython 3.13 and 3.14 (patch by Lysandros Nikolaou)
Bug fixes
- 2650_, [macOS]:
Process.cmdline()_ andProcess.environ()_ may incorrectly raiseNoSuchProcess_ instead ofZombieProcess_. - 2658_, [macOS]: double
free()inProcess.environ()_ when it fails internally. This posed a risk of segfault. - 2662_, [macOS]: massive C code cleanup to guard against possible segfaults which were (not so) sporadically spotted on CI.
Compatibility notes
- 2657_: stop publishing prebuilt Linux and Windows wheels for 32-bit Python.
v7.1.1
=====
2025-10-19
Enhancements
- 2645_, [SunOS]: dropped support for SunOS 10.
- 2646_, [SunOS]: add CI test runner for SunOS.
Bug fixes
- 2641_, [SunOS]: cannot compile psutil from sources due to missing C include.
- 2357_, [SunOS]:
Process.cmdline()_ does not handle spaces properly. (patch by Ben Raz)
Compatibility notes
- 2645_: SunOS 10 is no longer supported.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.