From dd92f9eaee2969a0c88449638b9927c4502e5545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:28:12 +0000 Subject: [PATCH] chore(deps): update xmltodict requirement Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v1.0.2) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.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 f2c0e652f..c8cf2ba08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "codeowners<1.0.0,>=0.6.0", "dataclasses-json<1.0.0,>=0.6.4", "dicttoxml<2.0.0,>=1.7.16", - "xmltodict<1.0.0,>=0.13.0", + "xmltodict>=0.13.0,<2.0.0", "astor<1.0.0,>=0.8.1", "tree-sitter>=0.23.1", "tree-sitter-python>=0.23.4",