class Dependabot::Uv::FileParser::SetupFileParser

def get_regexed_req_dict(regex)

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