From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:15:46 +0000 (+0200) Subject: Chore(deps): Bump xmltodict from 0.14.2 to 1.0.2 (#2447) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=869de3a0ec99b849f518ee8f267ac2e540889168;p=music-assistant-server.git Chore(deps): Bump xmltodict from 0.14.2 to 1.0.2 (#2447) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index f85cc4fc..03170544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "propcache>=0.2.1", "python-slugify==8.0.4", "unidecode==1.4.0", - "xmltodict==0.14.2", + "xmltodict==1.0.2", "shortuuid==1.0.13", "zeroconf==0.147.2", "uv>=0.8.0", diff --git a/requirements_all.txt b/requirements_all.txt index b8371c57..d8172376 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -63,6 +63,6 @@ sxm==0.2.8 unidecode==1.4.0 uv>=0.8.0 websocket-client==1.8.0 -xmltodict==0.14.2 +xmltodict==1.0.2 ytmusicapi==1.11.1 zeroconf==0.147.2