Skip to content

chore(deps): update dependency psutil to v5.9.2

Stackspin-renovate Bot requested to merge renovate/psutil-5.x into main

This MR contains the following updates:

Package Update Change
psutil patch ==5.9.1 -> ==5.9.2

Release Notes

giampaolo/psutil

v5.9.2

Compare Source

=====

2022-09-04

Bug fixes

  • 2093_, [FreeBSD], [critical]: pids()_ may fail with ENOMEM. Dynamically increase the malloc() buffer size until it's big enough.
  • 2095_, [Linux]: net_if_stats()_ returns incorrect interface speed for 100GbE network cards.
  • 2113_, [FreeBSD], [critical]: virtual_memory()_ may raise ENOMEM due to missing #include <sys/param.h> directive. (patch by Peter Jeremy)
  • 2128_, [NetBSD]: swap_memory()_ was miscalculated. (patch by Thomas Klausner)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Stackspin-renovate Bot

Merge request reports