Fix tox ansible lint failure due to a new module

rich 11.0.0 was released on Jan 9 which breaks
ansible lint.

The fix is to clamp the version of rich to the last
version that passed zuul.  rich-10.16.2

Story: 2008943
Task: 44261
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Id4bc7a2c10123d637877b8a958dd11742043bf17
This commit is contained in:
albailey 2022-01-10 10:57:59 -06:00
parent f12750e297
commit b9834ceb4a
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ bandit;python_version>="3.0"
bashate >= 0.2
flake8 >= 2.5.4 # MIT
PyYAML >= 3.1.0
rich <= 10.16.2
yamllint >= 0.5.2