Update dependency psutil to v5.9.5 #17
Reference in New Issue
Block a user
Delete Branch "renovate/psutil-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==5.9.4->==5.9.5Release Notes
giampaolo/psutil
v5.9.5Compare Source
=====
2023-04-17
Enhancements
KeyErrorbit deriving from a missed cache hit.DeprecationWarningorUserWarningis raised.
psutil.net_connections_ implementation was rewritten fromscratch:
empty string)
Process.cwd()_ cannot be determined(e.g. directory no longer exists), in which case we returned either
Noneor an empty string. This was consolidated and we now return
""on allplatforms.
its truncated
Process.name()_ (15 chars), don't fail withZombieProcess_when we try to guess the full name from the
Process.cmdline()_. Justreturn the truncated name.
OpenBSD platforms (python 3 only).
Bug fixes
psutil.net_connections_ returns duplicate entries."MemAvailable"field from/proc/meminforeturns0(possibly a kernel bug), in which case wecalculate an approximation for
availablememory which matches "free"CLI utility.
disk_partitions(): do not unnecessarily read/proc/filesystems and raise
AccessDeniedunless user specifiedall=Falseargument.
Matthieu Darbois)
users()_ loses precision forstartedattribute (off by1 minute).
NoSuchProcess_ may be raised instead ofZombieProcess_.virtual_memory()_ is higher than total.virtual_memory()_ metrics are wrong: available andused are too high. We now match values shown by htop CLI utility.
Process.num_threads()_ andProcess.threads()_ returnthreads that are already terminated.
Process.cwd()_ may raiseFileNotFoundErrorif cwd no longer exists. Return an empty string instead.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.