class Dependabot::Uv::FileUpdater::LockFileUpdater

def lock_options_fingerprint(options)

def lock_options_fingerprint(options)
  options.sub(
    /--default-index\s+\S+/, "--default-index <default_index>"
  ).sub(
    /--index\s+\S+/, "--index <index>"
  )
end