Skip to content

build(deps-dev): bump psutil from 7.1.3 to 7.2.2 - #179

Merged
jnareb merged 1 commit into
mainfrom
dependabot/pip/psutil-7.2.2
Jul 22, 2026
Merged

build(deps-dev): bump psutil from 7.1.3 to 7.2.2#179
jnareb merged 1 commit into
mainfrom
dependabot/pip/psutil-7.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps psutil from 7.1.3 to 7.2.2.

Changelog

Sourced from psutil's changelog.

7.2.2 — 2026-01-28 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:2705: [Linux]: :meth:Process.wait now uses pidfd_open() + poll() for waiting, resulting in no busy loop and faster response times. Requires Linux >= 5.3 and Python >= 3.9. Falls back to traditional polling if unavailable.
  • :gh:2705: [macOS], [BSD]: :meth:Process.wait now uses kqueue() for waiting, resulting in no busy loop and faster response times.

Bug fixes

  • :gh:2701, [macOS]: fix compilation error on macOS < 10.7. (patch by Sergey Fedorov)
  • :gh:2707, [macOS]: fix potential memory leaks in error paths of Process.memory_full_info() and Process.threads().
  • :gh:2708, [macOS]: :meth:Process.cmdline and :meth:Process.environ may fail with OSError: [Errno 0] Undefined error (from sysctl(KERN_PROCARGS2)). They now raise :exc:AccessDenied instead.

7.2.1 — 2025-12-29 ^^^^^^^^^^^^^^^^^^

Bug fixes

  • :gh:2699, [FreeBSD], [NetBSD]: :func:heap_info does not detect small allocations (<= 1K). In order to fix that, we now flush internal jemalloc cache before fetching the metrics.

7.2.0 — 2025-12-23 ^^^^^^^^^^^^^^^^^^

Enhancements

  • :gh:1275: new :func:heap_info and :func:heap_trim functions, providing direct access to the platform's native C heap allocator (glibc, mimalloc, libmalloc). Useful to create tools to detect memory leaks.
  • :gh:2403, [Linux]: publish wheels for Linux musl.
  • :gh:2680: unit tests are no longer installed / part of the distribution. They now live under tests/ instead of psutil/tests.

Bug fixes

  • :gh:2684, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing include.
  • :gh:2691, [Windows]: fix memory leak in :func:net_if_stats due to missing Py_CLEAR.

... (truncated)

Commits
  • 9eea97d Pre-release
  • 938ac64 Rm sphinxcontrib.googleanalytics; override layout.html
  • 9dcbb7e Add sphinxcontrib-googleanalytics to requirements.txt
  • 76eaf9a Try to add google analytics to doc
  • de1cafa Update doc mentioning Process.wait() internal details
  • bb30943 Refact can_use_pidfd_open() and can_use_kqueue()
  • a571717 #2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)
  • 8b98c3e Pre-release
  • 700b7e6 [macOS] fix potential leaks in error paths (#2707)
  • 7cc7923 Windows / cmdline(): be more defensive in free()ing in case of error
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@release-7.1.3...release-7.2.2)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 23, 2026
@dagshub

dagshub Bot commented Mar 23, 2026

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/diffannotator
   __init__.py00100% 
   annotate.py84215182%75–76, 85, 92, 108–111, 113–115, 117, 446–447, 451–452, 454, 505, 507–509, 511, 513–515, 517–518, 520–522, 611, 637, 640, 646–647, 701, 879, 915, 968–970, 974, 1014, 1026, 1028, 1032–1041, 1101, 1125, 1393, 1407–1410, 1412, 1416–1419, 1421, 1601, 1604, 1822, 1824, 1871, 1896–1897, 2006, 2009, 2149–2150, 2152, 2177, 2228–2229, 2248–2249, 2252, 2267, 2282–2283, 2324, 2393, 2404, 2430, 2440, 2442, 2451–2455, 2459–2463, 2465, 2500, 2596, 2609–2610, 2613, 2616–2617, 2619–2621, 2623, 2625–2627, 2629–2630, 2632, 2634, 2648, 2651, 2666–2668, 2674, 2687, 2696, 2704, 2707, 2777, 2783, 2785–2786, 2799, 2808–2813, 2927–2928, 2931–2932, 2936, 2981
   config.py50786%55–59, 61, 104
   gather_data.py3425284%87, 91, 93, 101, 106, 108, 121, 129, 162, 240–241, 244–245, 248, 251, 262, 280–286, 318–319, 342–343, 366, 390, 415–416, 618, 622, 655, 790, 803, 805, 808, 812, 814, 852, 882–883, 949, 1001, 1187, 1219–1223, 1227
   generate_patches.py38392%102, 104, 126
   languages.py1011684%191, 194, 197, 200, 203, 207, 238–239, 251, 270, 282, 284–285, 288, 294, 332
   lexer.py29293%102–103
src/diffannotator/utils
   __init__.py00100% 
   git.py6537888%123, 262, 351, 449, 458, 552–553, 556–563, 566–570, 572, 574, 736, 785, 795, 798–800, 806, 837, 841, 848, 869, 873, 957, 970, 1033, 1115, 1130, 1187, 1194, 1279, 1281, 1401, 1406–1407, 1518, 1522, 1599, 1604, 1606, 1609–1610, 1612, 1699, 1713, 1718–1719, 1799–1800, 1956, 1960, 2042, 2048, 2121, 2125, 2153–2154, 2166, 2168, 2192, 2290–2293, 2308, 2340, 2354
TOTAL205530984% 

Tests Skipped Failures Errors Time
106 9 💤 1 ❌ 0 🔥 12.546s ⏱️

@jnareb
jnareb merged commit 77323f0 into main Jul 22, 2026
1 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/psutil-7.2.2 branch July 22, 2026 16:38
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant