Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
psutil ~=6.1.0 -> ~=7.0.0 age adoption passing confidence

Release Notes

giampaolo/psutil (psutil)

v7.0.0

Compare Source

=====

2025-02-13

Enhancements

  • 669_, [Windows]: net_if_addrs()_ also returns the broadcast address
    instead of None.
  • 2480_: Python 2.7 is no longer supported. Latest version supporting Python
    2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
  • 2490_: removed long deprecated Process.memory_info_ex() method. It was
    deprecated in psutil 4.0.0, released 8 years ago. Substitute is
    Process.memory_full_info().

Bug fixes

  • 2496_, [Linux]: Avoid segfault (a cPython bug) on Process.memory_maps()
    for processes that use hundreds of GBs of memory.
  • 2502_, [macOS]: virtual_memory()_ now relies on host_statistics64
    instead of host_statistics. This is the same approach used by vm_stat
    CLI tool, and should grant more accurate results.

Compatibility notes

  • 2480_: Python 2.7 is no longer supported.
  • 2490_: removed long deprecated Process.memory_info_ex() method.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@GitCop
Copy link

GitCop commented May 10, 2025

There were the following issues with your Pull Request

  • Commit: 9dba9b7
  • Invalid signoff. Commit message must end with
    Signed-off-by: . <.*>*

Guidelines are available at https://github.com/zhmcclient/python-zhmcclient/blob/master/CONTRIBUTING.rst


This message was auto-generated by https://gitcop.com

@andy-maier
Copy link
Member

This recommendation does not work, because even the latest released version of the safety package requires psutil~=6.1.0.

@andy-maier andy-maier closed this May 11, 2025
@andy-maier andy-maier deleted the renovate/psutil-7.x branch May 11, 2025 10:09
@andy-maier andy-maier self-assigned this May 11, 2025
@renovate
Copy link
Contributor Author

renovate bot commented May 11, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants