The star (*) near the arrowhead is a multiplicity; it indicates how many Cards a Deck has.
A multiplicity can be a simple number like 52 , a range like 5..7 or a star, which indicates
that a Deck can have any number of Cards.
There are no dependencies in this diagram. They would normally be shown with a dashed
arrow. Or if there are a lot of dependencies, they are sometimes omitted.
A more detailed diagram might show that a Deck actually contains a list of Cards, but
built-in types like list and dict are usually not included in class diagrams.