chore(deps): update dependency psutil to v7.1.0#142
Merged
filiplajszczak merged 1 commit intomasterfrom Sep 19, 2025
Merged
Conversation
0a630c0 to
d7f995b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.0.0->==7.1.0renovate update details
¹ only available for some managers
Release Notes
giampaolo/psutil (psutil)
v7.1.0Compare Source
=====
2025-09-17
Enhancements
maintained from 2009 to 2013.
dprintCLI tool to format .yml and .md files.Bug fixes
Process.memory_maps(),Process.exe()andProcess.open_files()_ doesnot properly handle UNC paths. Paths such as
\\??\\C:\\Windows\\Tempand'\\Device\\HarddiskVolume1\\Windows\\Temp'are now converted toC:\\Windows\\Temp. (patch by Ben Peddell)special characters in their name.
Process.cwd()_ sometimes fail withFileNotFoundErrordueto a race condition.
Process.create_time(), which is used to univocallyidentify a process over time, is subject to system clock updates, and as such
can lead to
Process.is_running()returning a wrong result. A monotoniccreation time is now used instead. (patch by Jonathan Kohler)
Process.children()_ may raisePermissionError. It willnow raise
AccessDenied_ instead.boot_time()_ is off by 45 seconds (C precision issue).Process.create_time()_ doesnot reflect system clock updates.
Process.children()_ andProcess.parent()_ may not be able to return the right information.net_connections()_.boot_time()_ didn't take into account the time spentduring suspend / hibernation.
Process.memory_maps()_ may crash withIndexErroronRISCV64 due to a malformed
/proc/{PID}/smapsfile. (patch by JulienStephan)
trigger a segfault.
virtual_memory()_ "used" memory does not match recentversions of
freeCLI utility. (patch by Isaac K. Ko)psutil.sensors_battery()reports a negative amount forseconds left.
WindowsService.description()method may fail withERROR_NOT_FOUND. Now it returns an empty string instead.cpu_freq()_ segfault on ARM architectures.Compatibility notes
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, 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.
This PR has been generated by Renovate Bot.