class Dependabot::Uv::UpdateChecker

def updating_uv_lock?

def updating_uv_lock?
  requirement_files.any?("uv.lock")
end