diff --git a/poetry.lock b/poetry.lock index ed97d0595..baad27d9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aenum" @@ -1665,14 +1665,14 @@ referencing = ">=0.31.0" [[package]] name = "junitparser" -version = "3.1.2" +version = "4.0.2" description = "Manipulates JUnit/xUnit Result XML files" optional = false -python-versions = "*" +python-versions = ">=3.6" groups = ["main"] files = [ - {file = "junitparser-3.1.2-py2.py3-none-any.whl", hash = "sha256:2a86664ae7abf0ece4ce928121c7dbdb0f95f2c781a3f09ee9e2ac0e91e77a60"}, - {file = "junitparser-3.1.2.tar.gz", hash = "sha256:d37ca5b35569dd7ebfdee976f2396b7d95cc46aa3c5910a0a7771c80751a5524"}, + {file = "junitparser-4.0.2-py3-none-any.whl", hash = "sha256:94c3570e41fcaedc64cc3c634ca99457fe41a84dd1aa8ff74e9e12e66223a155"}, + {file = "junitparser-4.0.2.tar.gz", hash = "sha256:d5d07cece6d4a600ff3b7b96c8db5ffa45a91eed695cb86c45c3db113c1ca0f8"}, ] [[package]] @@ -5819,4 +5819,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.11.5, <3.12.0" -content-hash = "10b24235f63d42ee9ec971fbc4ceb27438f5a9b35d12eb2506f7f7b81692999e" +content-hash = "9ca2c9419b59c2306e6c2553fad9acf8867aaec6f971dd44246da7aff25f9c0d" diff --git a/pyproject.toml b/pyproject.toml index fe0c87f02..1498cca91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "kfp==2.13.0", "kfp-kubernetes==1.5.0", "pyyaml>=6.0.1,<7.0.0", - "junitparser==3.1.2", + "junitparser==4.0.2", "python-terraform==0.10.1", "fuzzywuzzy>=0.18.0,<0.19.0", "python-levenshtein>=0.25.1,<0.26.0",