Skip to content

Commit 08a2d3f

Browse files
⬆️(deps): Update psutil requirement in /packages/truss_tools
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>
1 parent 979c278 commit 08a2d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/truss_tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"pydantic>=2.7.0,<3.0.0",
2121
"typing-extensions>=4.12.2,<5.0.0",
2222
"pexpect>=4.9.0,<5.0.0",
23-
"psutil>=5.9.0,<7.0.0",
23+
"psutil>=5.9.0,<8.0.0",
2424
"pygls>=2.0,<3.0",
2525
]
2626

0 commit comments

Comments
 (0)