update ansible-galaxy resolvelib requirement to >= 0.5.3, < 2.0.0 (#84218)

* Update resolvelib upperbound to 2.0.0

Minor SemVer releases should not contain breaking changes

* Test the latest minor release and reduce number of resolvelib versions tested for efficiency
This commit is contained in:
Sloane Hertel
2024-11-06 10:20:26 -05:00
committed by GitHub
parent 68bfa37838
commit 771f7ad29c
5 changed files with 13 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ packaging
# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
# NOTE: When updating the upper bound, also update the latest version used
# NOTE: in the ansible-galaxy-collection test suite.
resolvelib >= 0.5.3, < 1.1.0 # dependency resolver used by ansible-galaxy
resolvelib >= 0.5.3, < 2.0.0 # dependency resolver used by ansible-galaxy