agents-aea
agents-aea copied to clipboard
chore(deps-dev): bump psutil from 5.7.0 to 5.9.1
Bumps psutil from 5.7.0 to 5.9.1.
Changelog
Sourced from psutil's changelog.
5.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/procpseudo 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_rollupinstead of/proc/pids/smaps, which makes it 5 times faster.Bug fixes
- 2048_:
AttributeErroris raised ifpsutil.Errorclass is raised manually and passed throughstr.- 2049_, [Linux]:
cpu_freq()_ erroneously returnscurrvalue in GHz whileminandmaxare in MHz.- 2050_, [Linux]:
virtual_memory()_ may raiseValueErrorif running in a LCX container.- 2095_, [Linux]:
net_if_stats()returns incorrect interface speed for 100GbE network cards5.9.0
2021-12-29
Enhancements
- 1851_, [Linux]:
cpu_freq()_ is slow on systems with many CPUs. Read current frequency values for all CPUs from/proc/cpuinfoinstead of opening many files in/sysfs. (patch by marxin)- 1992_:
NoSuchProcess_ message now specifies if the PID has been reused.- 1992_: error classes (
NoSuchProcess,AccessDenied, etc.) now have a better formatted and separated__repr__and__str__implementations.- 1996_, [BSD]: add support for MidnightBSD. (patch by Saeed Rasooli)
- 1999_, [Linux]:
disk_partitions()_: convert/dev/rootdevice (an alias used on some Linux distros) to real root device path.- 2005_:
PSUTIL_DEBUGmode now prints file name and line number of the debug messages coming from C extension modules.- 2042_: rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.
Bug fixes
... (truncated)
Commits
992dfe4pre release7410b63merge with masterf1f2995[Linux] SpeedupProcess.full_memory_info()(#2108)1d41e8fshorten test by using spawn_testproc()3398175#2105: give hint on how to solve the problem if PdhAddEnglishCounter fails51cd847update doc6ab8a54Drop Python 2.6 support (#2099)b135380Merge branch 'master' of github.com:giampaolo/psutile8ee870give CREDITS for #105383bb5f8Use a generator to avoid a needless list allocation (#1567)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)