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]