Update dependency psutil to v7.1.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| psutil | patch |
==7.1.1 -> ==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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.