Update psutil requirement from <=7.0.0,>=5.9 to >=5.9,<=7.1.0
Merged
Number: #529
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 22, 2025 at 05:22 AM UTC
(9 months ago)
(9 months ago)
Updated:
October 03, 2025 at 09:56 PM UTC
(9 months ago)
(9 months ago)
Merged:
October 03, 2025 at 09:56 PM UTC
(9 months ago)
by hategan
(9 months ago)
by hategan
Time to Close:
12 days
Labels:
dependencies python
dependencies python
Description:
Updates the requirements on psutil to permit the latest version.
Changelog
Sourced from psutil's changelog.
7.1.0
2025-09-17
Enhancements
- 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
- 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
- 2575_: introduced
dprintCLI tool to format .yml and .md files.Bug fixes
- 2473_, [macOS]: Fix build issue on macOS 11 and lower.
- 2494_, [Windows]: All APIs dealing with paths, such as
Process.memory_maps(),Process.exe()andProcess.open_files()_ does not properly handle UNC paths. Paths such as\\??\\C:\\Windows\\Tempand'\\Device\\HarddiskVolume1\\Windows\\Temp'are now converted toC:\\Windows\\Temp. (patch by Ben Peddell)- 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
- 2514_, [Linux]:
Process.cwd()_ sometimes fail withFileNotFoundErrordue to a race condition.- 2526_, [Linux]:
Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead toProcess.is_running()returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)- 2528_, [Linux]:
Process.children()_ may raisePermissionError. It will now raiseAccessDenied_ instead.- 2540_, [macOS]:
boot_time()_ is off by 45 seconds (C precision issue).- 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]:
Process.create_time()_ does not reflect system clock updates.- 2542_: if system clock is updated
Process.children()_ andProcess.parent()_ may not be able to return the right information.- 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in
net_connections()_.- 2552_, [Windows]:
boot_time()_ didn't take into account the time spent during suspend / hibernation.- 2560_, [Linux]:
Process.memory_maps()_ may crash withIndexErroron RISCV64 due to a malformed/proc/{PID}/smapsfile. (patch by Julien Stephan)- 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
- 2604_, [Linux]:
virtual_memory()_ "used" memory does not match recent versions offreeCLI utility. (patch by Isaac K. Ko)- 2605_, [Linux]:
psutil.sensors_battery()reports a negative amount for seconds left.- 2607_, [Windows]:
WindowsService.description()method may fail withERROR_NOT_FOUND. Now it returns an empty string instead.- 2610:, [macOS], [CRITICAL]: fix
cpu_freq()_ segfault on ARM architectures.
... (truncated)
Commits
0d18187Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.229e2dePre-releasefb75b28Chore: skip CI tests except on Python 3.8 and 3.133a4c016Stop publishing wheels for Python 3.6 and 3.7 (#2629)83e4f7fOSX: disable failing testdf0d4e2Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)dcbfb81[Windows] fix unicode issues around service APIs (#2626)ef72dcdrevert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)8773698small refact around UTXENT_MUTEX_LOCK13b711fLock around uses of getutent/setutent/endutent (#2615)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 8135227 |
| UUID: | 2847955397 |
| Node ID: | PR_kwDOFNUmw86pwFnF |
| Host: | GitHub |
| Repository: | ExaWorks/psij-python |
| Merge State: | Unknown |