Fix pylint version requirements

Change-Id: I8f734122fcc0f65ac3e882becba5d05fcf9688f9
This commit is contained in:
Federico Ressi 2020-05-05 12:09:22 +02:00
parent 9501f7589a
commit 29a83dc76c
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ ansible-lint==4.2.0 # MIT
flake8==3.3.0 # MIT
flake8-import-order==0.12 # LGPLv3
mypy>=0.740 # MIT
pylint>=1.9,!=2.5.0 # GPLv2
pylint>=1.9,<2.5.0 # GPLv2