scripts: check_compliance: Fix traceback in junitparser

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>
This commit is contained in:
Declan Snyder 2025-06-27 13:11:36 -05:00 committed by Anas Nashif
parent 3b5bfd9f4a
commit 1f1a2e25b2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ gitpython>=3.1.41
ijson
intelhex
junit2html
junitparser>=2
junitparser>=4.0.1
lxml>=5.3.0
mock
mypy

View File

@ -4,7 +4,7 @@
# zephyr-keep-sorted-start
clang-format>=15.0.0
gitlint
junitparser>=2
junitparser>=4.0.1
lxml>=5.3.0
pykwalify
pylint>=3