chore(deps): update dependency psutil to v7
This MR contains the following updates:
Package | Update | Change |
---|---|---|
psutil | major |
==6.1.1 -> ==7.0.0
|
Release Notes
giampaolo/psutil (psutil)
v7.0.0
=====
2025-02-13
Enhancements
- 669_, [Windows]:
net_if_addrs()
_ also returns thebroadcast
address instead ofNone
. - 2480_: Python 2.7 is no longer supported. Latest version supporting Python
2.7 is psutil 6.1.X. Install it with:
pip2 install psutil==6.1.*
. - 2490_: removed long deprecated
Process.memory_info_ex()
method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute isProcess.memory_full_info()
.
Bug fixes
- 2496_, [Linux]: Avoid segfault (a cPython bug) on
Process.memory_maps()
for processes that use hundreds of GBs of memory. - 2502_, [macOS]:
virtual_memory()
_ now relies onhost_statistics64
instead ofhost_statistics
. This is the same approach used byvm_stat
CLI tool, and should grant more accurate results.
Compatibility notes
- 2480_: Python 2.7 is no longer supported.
- 2490_: removed long deprecated
Process.memory_info_ex()
method.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.