From d63fb6583d0fc9967b72db9623a8d38718dd7d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 08:43:12 +0200 Subject: [PATCH] Chore(deps): Bump unidecode from 1.3.8 to 1.4.0 (#2155) Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.8 to 1.4.0. - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/commits) --- updated-dependencies: - dependency-name: unidecode dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1120f041..cd92f05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pillow==11.2.1", "podcastparser==0.6.10", "python-slugify==8.0.4", - "unidecode==1.3.8", + "unidecode==1.4.0", "xmltodict==0.14.2", "shortuuid==1.0.13", "zeroconf==0.146.5", diff --git a/requirements_all.txt b/requirements_all.txt index 7afb4362..d39c7eeb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -49,7 +49,7 @@ snapcast==2.3.6 soco==0.30.9 soundcloudpy==0.1.2 sxm==0.2.8 -unidecode==1.3.8 +unidecode==1.4.0 websocket-client==1.8.0 xmltodict==0.14.2 yt-dlp==2025.3.31 -- 2.34.1