Problem Description: The devtools team has released ansible-lint==6.0.0a0 (https://github.com/ansible-community/ansible-lint/releases/tag/v6.0.0a0) last friday. The current code of ansible/galaxy-importer limits the version to <6.0 https://github.com/ansible/galaxy-importer/blob/master/setup.cfg#L20. Could someone give the 6.0.0a0 a try and remove the caping (or bumping it to 7.0) if this workss ?
Proposed Solution: Remove/Bump the dependency constraint on ansible-lint in galaxy-importer to ensure it still works with 6.0.0
Reminder: Set the affected Component(s): Importer