Ansible 7: restrict dellemc.os10 to <= 1.1.1 #259
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While Ansible 7 is EOL, it is still used in CI (for antsibull-core and antsibull). Now dellemc.os10 has a new release (it was already tagged in March, but only published on Galaxy yesterday) that restricts its ansible.netcommon dependency to < 4.0.0, which contradicts ansible.netcommon >= 4.0.0 in Ansible 7. This makes CI fail in the antsibull-core and antsibull repositories.
Ref: https://github.com/ansible-community/antsibull-core/actions/runs/5440478551/jobs/9893441001
Ref: https://github.com/ansible-community/antsibull/actions/runs/5440539601/jobs/9893565581