From e0806f1a4901ca6133fce237bd871b41c63ed46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:12:54 +0000 Subject: [PATCH] chore(deps-dev): update xmldiff requirement from 2.7.0 to 3.0 Updates the requirements on [xmldiff](https://github.com/Shoobx/xmldiff) to permit the latest version. - [Release notes](https://github.com/Shoobx/xmldiff/releases) - [Changelog](https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst) - [Commits](https://github.com/Shoobx/xmldiff/compare/2.7.0...3.0) --- updated-dependencies: - dependency-name: xmldiff dependency-version: '3.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a9c14e4..240ce2ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ autopep8 = "2.3.2" mypy = "1.19.1" tomli = { version = "2.4.1", python = "<3.11" } tox = "4.30.3" -xmldiff = "2.7.0" +xmldiff = "3.0" bandit = "1.8.6" pyupgrade = [ { version = "3.21.0", python = "<3.10" },