class Dependabot::Uv::FileFetcher
def fetch_requirement_files_from_path(path = nil)
def fetch_requirement_files_from_path(path = nil) contents = path ? repo_contents(dir: path) : repo_contents filter_requirement_files(contents, base_path: path) end