From 1cca0bcc277eba55a2201da4373e3d131cd421bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:31:31 +0000 Subject: [PATCH] Update xmltodict requirement from ~=0.13.0 to ~=0.14.0 Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: xmltodict 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 5d39c7bfa..4ee8429e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dependencies = [ "tabulate [widechars] ~= 0.9", "tomli ~= 2.0.1 ; python_version < '3.11'", "wcmatch ~= 10.0", - "xmltodict ~= 0.13.0", + "xmltodict ~= 0.14.0", ] [project.optional-dependencies]