summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorWong Hoi Sing Edison <hswong3i@gmail.com>2022-11-23 14:57:24 +0100
committerGitHub <noreply@github.com>2022-11-23 14:57:24 +0100
commitb148fd8dd74c8599f809f71117a86577ccfb0638 (patch)
tree3bb2d5cb3d9d8845456e8492d8fd179050aa2e81 /requirements.txt
parentAdd Ansible community 7.0.0 porting guide (#79448) (diff)
downloadansible-b148fd8dd74c8599f809f71117a86577ccfb0638.tar.xz
ansible-b148fd8dd74c8599f809f71117a86577ccfb0638.zip
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>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 20562c3e0f..b92e9ad4fb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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, < 0.9.0 # dependency resolver used by ansible-galaxy
+resolvelib >= 0.5.3, < 0.10.0 # dependency resolver used by ansible-galaxy