mirror of https://github.com/ansible/ansible.git
ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0`` (#79399)
* Upgrade `resolvelib >= 0.5.3, < 0.10.0` https://pypi.org/project/resolvelib/0.9.0/ released on 2022-11-17: * https://github.com/sarugaku/resolvelib/blob/master/CHANGELOG.rst#090-2022-11-17 * https://github.com/sarugaku/resolvelib/releases/tag/0.9.0 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>pull/79464/head
parent
6ea058315f
commit
b148fd8dd7
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0``.
|
@ -1,7 +1,7 @@
|
||||
docutils < 0.18 # match version required by sphinx in the docs-build sanity test
|
||||
jinja2
|
||||
pyyaml # ansible-core requirement
|
||||
resolvelib < 0.9.0
|
||||
resolvelib < 0.10.0
|
||||
rstcheck < 4 # match version used in other sanity tests
|
||||
straight.plugin
|
||||
antsibull-changelog
|
||||
|
Loading…
Reference in New Issue