Update dependency psutil to v5.9.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
psutil | ironbank-pypi | patch |
5.9.0 -> 5.9.1
|
Release Notes
giampaolo/psutil
v5.9.1
=====
2022-05-20
Enhancements
- 1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van Kemenade)
- 2050_, [Linux]: increase
read(2)
buffer size from 1k to 32k when reading/proc
pseudo files line by line. This should help having more consistent results. - 2057_, [OpenBSD]: add support for
cpu_freq()
_. - 2107_, [Linux]:
Process.memory_full_info()
_ (reporting process USS/PSS/Swap memory) now reads/proc/pid/smaps_rollup
instead of/proc/pids/smaps
, which makes it 5 times faster.
Bug fixes
- 2048_:
AttributeError
is raised ifpsutil.Error
class is raised manually and passed throughstr
. - 2049_, [Linux]:
cpu_freq()
_ erroneously returnscurr
value in GHz whilemin
andmax
are in MHz. - 2050_, [Linux]:
virtual_memory()
_ may raiseValueError
if running in a LCX container.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.