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

Update dependency psutil to v6.1.1 #2353

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
psutil ==6.0.0 -> ==6.1.1 age adoption passing confidence

Release Notes

giampaolo/psutil (psutil)

v6.1.1

Compare Source

=====

2024-12-19

Enhancements

  • 2471_: use Vulture CLI tool to detect dead code.

Bug fixes

  • 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but
    /proc/PID does, resulting in FileNotFoundError.
  • 2470_, [Linux]: users()_ may return "localhost" instead of the actual IP
    address of the user logged in.

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 - "before 4am on monday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package psutil
Using CPython 3.12.8 interpreter at: /opt/containerbase/tools/python/3.12.8/bin/python3.12
  × No solution found when resolving dependencies:
  ╰─▶ Because safety==3.2.7 depends on psutil>=6.0.0,<6.1.dev0 and
      everyelection:dev depends on safety==3.2.7, we can conclude that
      everyelection:dev depends on psutil>=6.0.0,<6.1.dev0.
      And because your project depends on psutil==6.1.1, we can conclude that
      your project and everyelection:dev are incompatible.
      And because your project requires your project and everyelection:dev, we
      can conclude that your project's requirements are unsatisfiable.

@chris48s
Copy link
Member

This one gives us an unsatisfiable constraint.
Needs an updated version of safety removing the constraint on psutil before this tree can be resolved.
The latest version of safety still does not do this.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 17, 2024
@renovate renovate bot force-pushed the renovate/psutil-6.x branch from 2be62c2 to af344a5 Compare December 19, 2024 20:50
@renovate renovate bot changed the title Update dependency psutil to v6.1.0 Update dependency psutil to v6.1.1 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant