Bugfixes
- Token refresh happens when needed, not on every call.
[7643](https://pulp.plan.io/issues/7643)
- Field `updated_at` from Galaxy v3 Collections endpoint using latest instead of highest version
[7775](https://pulp.plan.io/issues/7775)
- Allow CollectionUploadViewSet subclass to set own serializer
[7788](https://pulp.plan.io/issues/7788)
- Ensure that when creating a `CollectionRemote` with either a `token` or `auth_url` that you
use both together.
[7802](https://pulp.plan.io/issues/7802)
---