Skip to content

Commit

Permalink
Remove resolvelib Version Upper Cap
Browse files Browse the repository at this point in the history
Since 2021-09-27 `resolvelib` author comment with "issue resolved now"
(see sarugaku/resolvelib#69 (comment)).

Replace `resolvelib` version upper cap with `resolvelib >= 0.8.0` (which
released on 2021-10-08) should now be good enough.

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
  • Loading branch information
hswong3i committed Nov 11, 2021
1 parent 5c225dc commit 219f7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions requirements.txt
Expand Up @@ -7,7 +7,4 @@ jinja2 >= 3.0.0
PyYAML
cryptography
packaging
# NOTE: resolvelib 0.x version bumps should be considered major/breaking
# NOTE: and we should update the upper cap with care, at least until 1.0
# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
resolvelib >= 0.5.3, < 0.6.0 # dependency resolver used by ansible-galaxy
resolvelib >= 0.8.0
5 changes: 1 addition & 4 deletions test/lib/ansible_test/_data/requirements/ansible.txt
Expand Up @@ -7,7 +7,4 @@ jinja2 >= 3.0.0
PyYAML
cryptography
packaging
# NOTE: resolvelib 0.x version bumps should be considered major/breaking
# NOTE: and we should update the upper cap with care, at least until 1.0
# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
resolvelib >= 0.5.3, < 0.6.0 # dependency resolver used by ansible-galaxy
resolvelib >= 0.8.0

0 comments on commit 219f7b1

Please sign in to comment.