From e60e847a2a3e8c09aa5107bb6242eddbf9442476 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 12 Jun 2026 00:49:42 +0000 Subject: [PATCH] [stubsabot] Bump xmldiff to 3.0.* Release: https://pypi.org/pypi/xmldiff/3.0 Homepage: https://github.com/Shoobx/xmldiff Repository: https://github.com/Shoobx/xmldiff Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/xmldiff Diff: https://github.com/Shoobx/xmldiff/compare/2.7.0...3.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 6 files included in typeshed's stubs have been modified or renamed: `xmldiff/actions.py`, `xmldiff/diff.py`, `xmldiff/formatting.py`, `xmldiff/main.py`, `xmldiff/patch.py`, `xmldiff/utils.py`. - Total lines of Python code added: 125. - Total lines of Python code deleted: 55. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/xmldiff/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/xmldiff/METADATA.toml b/stubs/xmldiff/METADATA.toml index b9262f38d947..8e2daaf4c7d0 100644 --- a/stubs/xmldiff/METADATA.toml +++ b/stubs/xmldiff/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.7.*" +version = "3.0.*" upstream-repository = "https://github.com/Shoobx/xmldiff"