From 8d3f22fd8c05348be408bb629f684d3793436b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:49:15 +0000 Subject: [PATCH] Update xmltodict requirement from >=0.12,<0.14 to >=0.12,<1.1 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.12.0...v1.0.4) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.4 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 327adda..d239b58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.9" semver = ">=2.13,<4.0" sphinx-rtd-theme = {version = ">=0.5.1,<2.1.0", optional = true} typing-extensions = ">=3.10,<5.0" -xmltodict = ">=0.12,<0.14" +xmltodict = ">=0.12,<1.1" [tool.poetry.extras] docs = ["Sphinx", "sphinx-rtd-theme"]