worker
worker copied to clipboard
Bump psutil from 7.0.0 to 7.1.2
Bumps psutil from 7.0.0 to 7.1.2.
Changelog
Sourced from psutil's changelog.
7.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.
7.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.
7.1.0
2025-09-17
... (truncated)
Commits
c948ef0Update HISTORY.rst7dfd0edBuild 3.14t wheels (#2659)cbc0ba9C: add missing ;a6ca9e1BSD: Py_INCREF None value + use psutil_badargs()3ed6417BSD: kinfo_getfile() check args + INT_MAX742c9b5[macOS] lots of fixes (#2662) - should fix macOS segfault #26619d1ba75Update pyproject.toml68585ca[macOS] various fixes to prevent potential segfaults (#2660)439358dUpdate HISTORY.rst24fc7dbmacos, fix #2658: don't double-free in case of environ() error- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.