f5d026badb
This change bumps up the maximum supported Ansible version to 10.x (ansible-core 2.17.x) and minimum to 9.x. This synchronises Kayobe with Kolla Ansible. Change-Id: Idfbf0eed0b2333d550f822e40a0d96ae227f6159
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
pbr>=2.0 # Apache-2.0
|
|
Jinja2>3 # BSD
|
|
ansible>=9,<11 # GPLv3
|
|
cliff>=3.1.0 # Apache
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
# INI parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
paramiko # LGPL
|
|
jsonschema<5 # MIT
|
|
wcmatch>=8.2,<=9.0 # MIT
|
|
hvac>=0.10.1
|
|
ansible-cached-lookup<=2.0.0 # MIT
|
|
# NOTE(wszusmki): Remove this when min python>=3.9
|
|
graphlib-backport<2.0.0; python_version<"3.9" # PSF
|