Bump psutil from 7.1.3 to 7.2.0#307
Conversation
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.1.3...release-7.2.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Claude Code ReviewCode Review AnalysisReview ResultsCode Quality✅ Code follows style guide
✅ No commented-out code
✅ Meaningful variable names
✅ DRY principle followed
✅ Defects Analysis
✅ Project memory configuration
Testing
Documentation✅ Readme updated if needed
✅ API docs updated
✅ Inline comments for complex logic
✅ Markdown formatting
Security✅ No hardcoded credentials
✅ Input validation implemented
✅ Proper error handling
✅ No sensitive data in logs
✅ No license files or suspicious strings
SummaryOverall Assessment: ✅ APPROVED with minor recommendations This is a clean, straightforward dependency update from psutil 7.1.3 to 7.2.0 in the development dependencies section. The change appears safe and follows standard dependency management practices. Recommendations:
File analyzed: No blocking issues identified. This PR is safe to merge once CI passes.Automated code review analyzing defects and coding standards |
Bumps psutil from 7.1.3 to 7.2.0.
Changelog
Sourced from psutil's changelog.
Commits
704e218Pre-release1a946cfTake psleak from PYPI5085421Use external psleak module for memleak tests (#2698)ac56e6aCI: don't cancel CI in progress on 1st failure10fe3d5Merge branch 'master' of github.com:giampaolo/psutilba507bdFix various CI errorsd5a1398Update cpu_count docs: clarify differences from os.cpu_count (#2696)556158fRefact memleak.py6eda024Makefile: expand test-* targetsb270dfamemleak.py: allow execute(*args) params + trim mem more aggressivelyDependabot 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)Resolves #2698
Resolves #2696