From 283408c691a1ecfa1e22f70bc9149f4091f076b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:56:11 +0000 Subject: [PATCH] [pip][dev] (deps-dev): Bump junit-xml Bumps the dev-dependencies group with 1 update in the / directory: [junit-xml](https://github.com/kyrus/python-junit-xml). Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) --- updated-dependencies: - dependency-name: junit-xml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index ab08fdd..4ccb2bc 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -46,7 +46,7 @@ idna==3.10 # via requests iniconfig==2.0.0 # via pytest -junit-xml==1.8 +junit-xml==1.9 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py