Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency psutil to v6.1.0 #6904

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

zemnmez-renovate-bot
Copy link
Collaborator

@zemnmez-renovate-bot zemnmez-renovate-bot commented Oct 17, 2024

This PR contains the following updates:

Package Update Change
psutil minor ==6.0.0 -> ==6.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

giampaolo/psutil (psutil)

v6.1.0

Compare Source

=====

2024-10-17

Enhancements

  • 2366_, [Windows]: drastically speedup process_iter(). We now determine
    process unique identity by using process "fast" create time method. This
    will considerably speedup those apps which use process_iter()
    only once,
    e.g. to look for a process with a certain name.
  • 2446_: use pytest instead of unittest.
  • 2448_: add make install-sysdeps target to install the necessary system
    dependencies (python-dev, gcc, etc.) on all supported UNIX flavors.
  • 2449_: add make install-pydeps-test and make install-pydeps-dev
    targets. They can be used to install dependencies meant for running tests and
    for local development. They can also be installed via pip install .[test]
    and pip install .[dev].
  • 2456_: allow to run tests via python3 -m psutil.tests even if pytest
    module is not installed. This is useful for production environments that
    don't have pytest installed, but still want to be able to test psutil
    installation.

Bug fixes

  • 2427_: psutil (segfault) on import in the free-threaded (no GIL) version of
    Python 3.13. (patch by Sam Gross)
  • 2455_, [Linux]: IndexError may occur when reading /proc/pid/stat and
    field 40 (blkio_ticks) is missing.
  • 2457_, [AIX]: significantly improve the speed of Process.open_files()_ for
    some edge cases.
  • 2460_, [OpenBSD]: Process.num_fds()_ and Process.open_files()_ may fail
    with NoSuchProcess_ for PID 0. Instead, we now return "null" values (0 and
    [] respectively).

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@zemnmez-renovate-bot zemnmez-renovate-bot force-pushed the renovate/psutil-6.x branch 28 times, most recently from 883a86c to 7829262 Compare October 20, 2024 15:38
@zemnmez-renovate-bot zemnmez-renovate-bot force-pushed the renovate/psutil-6.x branch 17 times, most recently from 2a2b361 to 016b12e Compare November 1, 2024 02:14
@zemnmez-renovate-bot zemnmez-renovate-bot added this pull request to the merge queue Nov 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 1, 2024
@zemnmez-renovate-bot zemnmez-renovate-bot added this pull request to the merge queue Nov 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 1, 2024
@zemnmez-renovate-bot zemnmez-renovate-bot added this pull request to the merge queue Nov 1, 2024
Merged via the queue into main with commit 7835046 Nov 1, 2024
7 checks passed
@zemnmez-renovate-bot zemnmez-renovate-bot deleted the renovate/psutil-6.x branch November 1, 2024 04:54
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.

1 participant