Skip to content

Commit

Permalink
Upgrade resolvelib to 0.8.1
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.1` (which
0.8.0 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 9985b8a commit 2fea187
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/docsite/known_good_reqs.txt
Expand Up @@ -9,7 +9,7 @@ docutils==0.16
jinja2==3.0.1
Pygments==2.9.0
PyYAML==5.4.1
resolvelib==0.5.4
resolvelib==0.8.1
rstcheck==3.3.1
sphinx==4.0.2
sphinx-notfound-page==0.7.1 # must be >= 0.6
Expand Down
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.1
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.1
2 changes: 1 addition & 1 deletion test/sanity/code-smell/docs-build.requirements.txt
@@ -1,6 +1,6 @@
jinja2 == 3.0.1
pyyaml == 5.4.1
resolvelib == 0.5.4
resolvelib == 0.8.1
sphinx == 2.1.2
sphinx-notfound-page == 0.7.1
sphinx-ansible-theme == 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion test/sanity/code-smell/package-data.requirements.txt
Expand Up @@ -2,7 +2,7 @@ docutils == 0.17.1
jinja2 == 3.0.1
packaging == 21.0
pyyaml == 5.4.1 # ansible-core requirement
resolvelib == 0.5.4 # ansible-core requirement
resolvelib == 0.8.1 # ansible-core requirement
rstcheck == 3.3.1
straight.plugin == 1.5.0
antsibull-changelog == 0.9.0
Expand Down

0 comments on commit 2fea187

Please sign in to comment.