mojo run doesn't update unit with new package dependencies

Hi,

Just a quick question really. I wanted to check whether this is the intended behaviour for a charm.

In the charm I’m using we added some apt dependencies to the charm, and after doing a mojo run the apt dependencies weren’t updated on the relevant units. Only by removing the unit and then adding it again did the dependency get satisfied.

Is this intended?

Thanks