Skip to content

Bump psutil from 7.2.1 to 7.2.2#152

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/psutil-7.2.2
Feb 19, 2026
Merged

Bump psutil from 7.2.1 to 7.2.2#152
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/psutil-7.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps psutil from 7.2.1 to 7.2.2.

Changelog

Sourced from psutil's changelog.

7.2.2

2026-01-28

Enhancements

  • 2705_: [Linux]: 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.
  • 2705_: [macOS], [BSD]: Process.wait()_ now uses kqueue() for waiting, resulting in no busy loop and faster response times.

Bug fixes

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

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 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)

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

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

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 Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 16:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 2026
Copy link

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) February 19, 2026 16:24
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

PR: Bump psutil from 7.2.1 to 7.2.2 in pyproject.toml


Code Quality

  • Code style: Single-line change in pyproject.toml following the existing format (version string in the development dependency group).
  • No commented-out code: N/A
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects / bugs / security: This is a patch-level bump (7.2.17.2.2). No logic changes introduced. No known security issues with either version.
  • CLAUDE.md: The project instructions are general-purpose and suitable for any developer; nothing environment-specific observed.

Testing

  • Unit / integration tests: No code changes; no new tests required. Existing test suite covers the code.
  • Edge cases: N/A
  • Coverage: N/A — dependency-only change.

Documentation

  • CHANGELOG.md not updated: The last entry is [1.0.10] - 2023-10-05. Dependency bumps in development tools are often excluded from changelogs at the discretion of the team, but this project's changelog convention (Keep a Changelog) typically calls out all notable changes. If this project tracks dependency updates in the changelog, an entry is missing. Recommendation: Add an entry under an [Unreleased] or next version section, e.g.:
    ### Changed in x.y.z
    - Bump psutil from 7.2.1 to 7.2.2
    
    This is a minor concern for a dev-only dependency, but flag it for team awareness.
  • README: No update needed for a dev dependency bump.
  • API docs / inline comments: N/A

Security

  • No hardcoded credentials
  • No input validation concerns: N/A
  • No sensitive data in logs: N/A
  • No license files (.lic) or AQAAAD-prefixed content detected

Summary

This is a routine automated dependency bump (likely from Dependabot) with no functional impact. The only minor observation is whether the project convention requires a CHANGELOG entry for dev-dependency updates. Given the pattern in this repo (no prior entries for dependency bumps), this is likely acceptable to merge as-is.

Verdict: Approve — no blocking issues.

Automated code review analyzing defects and coding standards

@github-actions github-actions bot merged commit 7a2a833 into main Feb 19, 2026
32 checks passed
@github-actions github-actions bot deleted the dependabot/pip/psutil-7.2.2 branch February 19, 2026 16:24
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