From 18d65e7a6f6bd6f0f0bc99352b4b0a95305e4d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:15:15 +0000 Subject: [PATCH] build(deps): update xmltodict requirement from ^0.14.2 to ^1.0.2 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.14.2...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 0a40ffe..76995db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,4 +27,4 @@ authors = ["atomtr "] [tool.poetry.dependencies] python = "^3.8.0" -xmltodict = "^0.14.2" +xmltodict = "^1.0.2"