class Dependabot::Uv::FileParser::SetupFileParser

def get_regexed_req_array(regex)

def get_regexed_req_array(regex)
  return unless (mch = setup_file.content.match(regex))
  "[#{mch.post_match[0..closing_bracket_index(mch.post_match, '[')]}"
end