⬆️(deps): Update psutil requirement from <7.0.0,>=5.9.0 to >=5.9.0,<8.0.0 in /packages/truss_tools - #144
Conversation
| "typing-extensions>=4.12.2,<5.0.0", | ||
| "pexpect>=4.9.0,<5.0.0", | ||
| "psutil>=5.9.0,<7.0.0", | ||
| "psutil>=5.9.0,<8.0.0", |
There was a problem hiding this comment.
🟡 uv.lock not updated to match new psutil version constraint
The pyproject.toml was updated to allow psutil>=5.9.0,<8.0.0, but uv.lock:4691 still contains the old specifier >=5.9.0,<7.0.0. This means uv sync may reject or fail to install psutil 7.x even though the intent of this PR is to allow it. The lock file needs to be regenerated (e.g., via uv lock) to reflect the updated constraint.
Was this helpful? React with 👍 or 👎 to provide feedback.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
=======================================
Coverage 84.59% 84.59%
=======================================
Files 72 72
Lines 12480 12480
=======================================
Hits 10558 10558
Misses 1922 1922
🚀 New features to boost your workflow:
|
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
08a2d3f to
1a95896
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…nvention (#144) Co-authored-by: mewbo-ai[bot] <268600793+mewbo-ai[bot]@users.noreply.github.com>
…nvention (#144) Co-authored-by: mewbo-ai[bot] <268600793+mewbo-ai[bot]@users.noreply.github.com>
Updates the requirements on psutil to permit the latest version.
Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
9eea97dPre-release938ac64Rm sphinxcontrib.googleanalytics; override layout.html9dcbb7eAdd sphinxcontrib-googleanalytics to requirements.txt76eaf9aTry to add google analytics to docde1cafaUpdate doc mentioning Process.wait() internal detailsbb30943Refact can_use_pidfd_open() and can_use_kqueue()a571717#2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)8b98c3ePre-release700b7e6[macOS] fix potential leaks in error paths (#2707)7cc7923Windows / cmdline(): be more defensive in free()ing in case of error