From f580a5abf8bc33eb7c347da402c4fc216912b519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:16:52 +0000 Subject: [PATCH] Update junitparser requirement from <2.0,>=1.0.0 to >=1.0.0,<5.0 Updates the requirements on [junitparser](https://github.com/weiwei/junitparser) to permit the latest version. - [Changelog](https://github.com/weiwei/junitparser/blob/master/CHANGELOG.md) - [Commits](https://github.com/weiwei/junitparser/compare/1.0.0...4.0.2) --- updated-dependencies: - dependency-name: junitparser dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 971dcde2..60ef013d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = {text = "Apache License, Version 2.0"} description = "Command-line alternative for https://github.com/jenkinsci/warnings-plugin. Useable with plugin-less CI systems." readme = {file = "README.rst", content-type = "text/x-rst"} dependencies = [ - "junitparser>=1.0.0,<2.0", + "junitparser>=1.0.0,<5.0", "ruamel.yaml>=0.17.21", ] requires-python = ">= 3.8"