From e55542ce3276e2406a5756fcb345839a94d19d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:20:00 +0000 Subject: [PATCH] deps(python)(deps): update psutil requirement in /python 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](https://github.com/giampaolo/psutil/compare/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] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 1fa006b6..beff6ed2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ # psutil is used by the host-observer capture tier to enumerate child # processes of the launched agent. It is a cross-platform, zero-privilege # dependency that does not require kernel support. - "psutil>=5.9.0,<7", + "psutil>=5.9.0,<8", ] [project.optional-dependencies]