junitparser had a bug causing a traceback when running the checkpatch check compliance module, fix is in 4.0.1 of junitparser from this PR: https://github.com/weiwei/junitparser/pull/168 Update requirements to make sure we get this version. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
# COMPLIANCE: required by the compliance scripts
|
|
|
|
# used by ci/check_compliance
|
|
# zephyr-keep-sorted-start
|
|
clang-format>=15.0.0
|
|
gitlint
|
|
junitparser>=4.0.1
|
|
lxml>=5.3.0
|
|
pykwalify
|
|
pylint>=3
|
|
python-magic-bin; sys_platform == "win32"
|
|
python-magic; sys_platform != "win32"
|
|
ruff==0.11.11
|
|
sphinx-lint
|
|
unidiff
|
|
vermin
|
|
yamllint
|
|
# zephyr-keep-sorted-stop
|