As noted by Pere, you haven't got enough information. Let me give you an example. To make things simple imagine that we have two events, that the weather is sunny (let's denote it as $A$) and that people eat ice creams (let's denote it as $B$). To make it even simpler, let's say that you calculate empirical probabilities using one-year data about weather and eating ice creams in your local neighborhood. You made observations for $n$ days, among those days there was $n_A$ sunny days and $n_B$ days where people ate ice creams, this gives us
$$ P(A) = \frac{n_A}{n}, \qquad P(B) = \frac{n_B}{n}$$
Does it tell us anything about relation between $A$ and $B$? Well, it doesn't. To know if the two events are related (non-independent) we would need to know how many days there were where people ate ice creams and it was sunny $n_{AB}$, and calculate joint, or conditional probabilities
$$ P(A \cap B) = \frac{n_{AB}}{n}, \qquad P(B\mid A) = \frac{n_{AB}}{n_A}$$
Hopefully, if you know either of those information, you can calculate the another
$$ P(A \mid B) = \frac{P(A \cap B)}{P(B)}, \qquad P(A \cap B) = P(B \mid A)\,P(A) $$
If you do not know if those two events happen together more, or less often then by chance, how would you know that there is any relation between them? Basically this is what non-dependence is about: that things have different probability of occurring together, then by chance.