From 23bee05db90c2a7a44b401fb1bda2107371535b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:06:15 +0000 Subject: [PATCH] Bump xmltodict from 0.15.1 to 1.0.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.15.1 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.15.1...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 1c95121..bf5e9d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ rich==14.1.0 ssdp==1.3.1 textual==5.3.0 textual-slider==0.2.0 -xmltodict==0.15.1 +xmltodict==1.0.2 rich_click==1.8.9