From 24af94fed8afbf8e11a5c9584d648a0d9907d048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:38:42 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 1.0.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 1.0.2. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39e968b62..86262819d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,5 +65,5 @@ wcwidth==0.2.13 websocket-client==1.8.0 Werkzeug==3.1.3 wrapt==1.17.2 -xmltodict==0.14.2 +xmltodict==1.0.2 yarg==0.1.10