Update dependency psutil to v5.9.5 #17
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: profitroll/TelegramPoster#17
Loading…
Reference in New Issue
Block a user
No description provided.
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.5
Release Notes
giampaolo/psutil
v5.9.5
Compare Source
=====
2023-04-17
Enhancements
KeyError
bit deriving from a missed cache hit.DeprecationWarning
orUserWarning
is 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
None
or 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/meminfo
returns0
(possibly a kernel bug), in which case wecalculate an approximation for
available
memory which matches "free"CLI utility.
disk_partitions()
: do not unnecessarily read/proc/filesystems and raise
AccessDenied
unless user specifiedall=False
argument.
Matthieu Darbois)
users()
_ loses precision forstarted
attribute (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 raiseFileNotFoundError
if 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.