From 52a221c4e0d2d6e1cee687d9d9d0580c74d171be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:17:52 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 0.15.1 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 0.15.1. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.2...v0.15.1) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83cb9f3..1158d5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ rich==14.1.0 ssdp==1.3.0 textual==5.3.0 textual-slider==0.2.0 -xmltodict==0.14.2 +xmltodict==0.15.1 rich_click==1.8.9