From b62ef7eaf3d065818fc8f176ecd439ae37253906 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 23 Jun 2025 12:06:00 +0900 Subject: [PATCH] Pin the version of junitparser --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b028d942b..9eed2fcab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ install_requires = click>=8.1,<8.2;python_version>'3.6' requests>=2.25;python_version>='3.6' urllib3>=1.26 - junitparser>=2.0.0 + junitparser>=2.0.0,<4.0 setuptools more_itertools>=7.1.0;python_version>='3.6' python-dateutil