requirements: Set min version of pylint to 3

PR #72592 made pylint to use json2 output format. However, this
format is introduced in pylint v3. This commit adds an appropriate
setting in the requirements file.

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
Maciej Perkowski 2024-05-22 13:38:01 +02:00 committed by Johan Hedberg
commit 3a3f25c9a6

View file

@ -5,5 +5,5 @@ python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pylint
pylint>=3
yamllint