Skip to content

deps(deps): update psutil requirement from >=5.9.0 to >=5.9.8 - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/psutil-gte-5.9.8
Open

deps(deps): update psutil requirement from >=5.9.0 to >=5.9.8#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/psutil-gte-5.9.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown

Updates the requirements on psutil to permit the latest version.

Changelog

Sourced from psutil's changelog.

5.9.8 — 2024-01-19 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:2343, [FreeBSD]: filter :func:net_connections in C instead of Python, ~4x faster. Only requested connection types are now retrieved.
  • :gh:2342, [NetBSD]: same as above (:gh:2343) but for NetBSD.
  • :gh:2349: adopted black formatting style.

Bug fixes

  • :gh:930, [NetBSD], [critical]: :func:net_connections implementation was broken. It could either leak memory or core dump.
  • :gh:2340, [NetBSD]: if process is terminated, :meth:Process.cwd will return an empty string instead of raising :exc:NoSuchProcess.
  • :gh:2345, [Linux]: fix compilation on older compiler missing :data:NIC_DUPLEX_UNKNOWN.
  • :gh:2222, [macOS]: :func:cpu_freq now returns fixed values for :field:min and :field:max frequencies in all Apple Silicon chips.

5.9.7 — 2023-12-17 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:2324: enforce Ruff rule raw-string-in-exception, which helps providing clearer tracebacks when exceptions are raised by psutil.

Bug fixes

  • :gh:2325, [PyPy]: psutil did not compile on PyPy due to missing PyErr_SetExcFromWindowsErrWithFilenameObject cPython API.

5.9.6 — 2023-10-15 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:1703: :func:cpu_percent and :func:cpu_times_percent are now thread safe.
  • :gh:2266: if :class:Process class is passed a very high PID, raise :exc:NoSuchProcess instead of :exc:OverflowError. (patch by Xuehai Pan)
  • :gh:2246: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois)
  • :gh:2290: PID reuse is now preemptively checked for :meth:Process.ppid and :meth:Process.parents.
  • :gh:2312: use ruff linter instead of flake8 + isort.

Bug fixes

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@v5.9.0...v5.9.8)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 5.9.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants